I'm the one who created libblas.a so I must have done something wrong. 
This is lapack-3.1.1.


Robert Kern wrote:
> If your BLAS just the reference BLAS, don't bother with _dotblas. It won't be
> any faster than the default implementation in numpy. You only get a win if you
> are using an accelerated BLAS with the CBLAS interface for C-style row-major
> matrices. Your libblas does not seem to be such an accelerated BLAS.
>
>   


_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to