On 6/27/06, Travis Oliphant <[EMAIL PROTECTED]> wrote:

> The numpy.dual library exists so you can use the SciPy calls if the
> person has SciPy installed or the NumPy ones otherwise.  It exists
> precisely for the purpose of seamlessly taking advantage of
> algorithms/interfaces that exist in NumPy but  are improved in SciPy.

That sounds very interesting. It would make a great addition to the
scipy performance page:

http://scipy.org/PerformanceTips

So if I need any of the following functions I should import them from
scipy or from numpy.dual? And all of them are faster?

fft
ifft
fftn
ifftn
fft2
ifft2
norm
inv
svd
solve
det
eig
eigvals
eigh
eigvalsh
lstsq
pinv
cholesky

http://svn.scipy.org/svn/numpy/trunk/numpy/dual.py

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to