[Numpy-discussion] Numpy, BLAS & LAPACK (original) (raw)
Travis Oliphant oliphant.travis at ieee.org
Fri Jun 2 13:19:05 EDT 2006
- Previous message (by thread): [Numpy-discussion] Numpy, BLAS & LAPACK
- Next message (by thread): [Numpy-discussion] Numpy, BLAS & LAPACK
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Joris De Ridder wrote:
Just to be sure, what exactly is affected when one uses the slower algorithms when neither BLAS or LAPACK is installed? For sure it will affect almost every function in numpy.linalg, as they use LAPACKlite. And I guess that in numpy.core the dot() function uses the lite numpy/core/blasdot/dotblas.c routine? Any other numpy functions that are affected? convolve could also be affected (the basic internal _dot function gets replaced for FLOAT, DOUBLE, CFLOAT, and CDOUBLE). I think that's the only function that uses dot internally.
In the future we hope to be optimizing ufuncs as well.
-Travis
- Previous message (by thread): [Numpy-discussion] Numpy, BLAS & LAPACK
- Next message (by thread): [Numpy-discussion] Numpy, BLAS & LAPACK
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]