[SciPy-dev] numpy.linalg = scipy.linalg ?

josef.pktd at gmail.com josef.pktd at gmail.com
Sat Dec 12 22:20:43 EST 2009


On Sat, Dec 12, 2009 at 9:29 PM, Forrest Sheng Bao
<forrest.bao at gmail.com> wrote:
> Hi there,
> It seems that both numpy and scipy have linalg. Are numpy.linalg and
> scipy.linalg the same?

see http://advice.mechanicalkern.com/question/10/whats-the-difference-between-numpylinalg-and-scipylinalg

The only way, to find out which lapack/blas routines are used, is to
go through the functions (docs or source), at least from what I have
seen. (e.g linalg.lstsq call different lapack functions, but even
reading the help for the lapack functions it didn't become clear to me
what the real difference in the calculation method is.)

Cheers,

Josef


> Cheers,
> Forrest
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
>



More information about the SciPy-Dev mailing list