10.03.2012 23:19, Sturla Molden kirjoitti:
[clip]
> If the intention is to avoid Fortran dependency in NumPy, I am not sure
> why this is better than a dependency on CBLAS and LAPACKE.

The CBLAS parts aren't compiled if the library is not available --- in
that case Numpy just falls back to a totally naive implementation of the
matrix multiplication.

        Pauli

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to