[Numpy-discussion] some work on arpack

Nils Wagner nwagner at iam.uni-stuttgart.de
Wed Aug 16 10:14:30 EDT 2006


Keith Goodman wrote:
> On 8/15/06, David Grant <davidgrant at gmail.com> wrote:
>
>   
>> My idea is (if I have time) to write an eigs-like function in python
>> that will only perform a subset of what Matlab's eigs does for. It
>> will, for example, compute a certain number of eigenvalues and
>> eigenvectors for a real, sparse, symmetric matrix (the case I'm
>> interested in)
>>     
>
>   
AFAIK, pysparse (in the sandbox) includes a module that implements a
Jacobi-Davidson
eigenvalue solver for the symmetric, generalised matrix eigenvalue
problem (JDSYM).
Did someone test pysparse ?

Nils

> Will it also work for a real, dense, symmetric matrix? That's the case
> I'm interested in. But even if it doesn't, your work is great news for
> numpy.
>
> -------------------------------------------------------------------------
> 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/numpy-discussion
>   


 





More information about the NumPy-Discussion mailing list