On Sat, Mar 28, 2015 at 9:25 AM, Sturla Molden <sturla.mol...@gmail.com>
wrote:

> Mathieu Blondel <math...@mblondel.org> wrote:
>
> > What is the best way to detect whether this functionality is available?
> (in
> > order to write code which works with older versions of SciPy too)
>
> To write code that works with earlier versions of SciPy you need to link
> with LAPACK. That defeats its purpose.
>
>
One can always revert to pure Python numpy / scipy function calls in this
case, although there might need additional memory allocations.

For BLAS level 2 routines, one can also easily add an alternative Cython
implementation.

Mathieu
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to