[SciPy-User] ssymm missing ?

Pauli Virtanen pav at iki.fi
Sun Apr 15 05:08:24 EDT 2012


Hi,

14.04.2012 05:20, Nicolas Pinto kirjoitti:
> 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
[clip]
> Is it a problem on my side ?

I think the wrappers for that BLAS function (and the other L3 functions
apart from GEMM) are missing. They could be added to
scipy/linalg/fblas_l3.pyf.src

-- 
Pauli Virtanen




More information about the SciPy-User mailing list