[SciPy-User] ssymm missing ?
Nicolas Pinto
nicolas.pinto at gmail.com
Fri Apr 13 23:20:08 EDT 2012
Hello,
I'm trying to use "ssymm" from blas but it's missing on my system:
% python -c "from scipy.linalg.blas import cblas; assert
hasattr(cblas, 'ssymm')"
Traceback (most recent call last):
File "<string>", line 1, in <module>
AssertionError
Other functions import fine, e.g.:
% python -c "from scipy.linalg.blas import cblas; assert
hasattr(cblas, 'sgemm')"
% python -c "import scipy as sp; print sp.__version__"
0.10.0
Is it a problem on my side ?
Thanks for your help.
Regards,
Nicolas
More information about the SciPy-User
mailing list