[SciPy-dev] ARPACK wrapper first cut

Bill Baxter wbaxter at gmail.com
Wed Oct 11 22:12:34 EDT 2006


Just wanted to say this is great news!
I added my own pyf interface descriptions for two of the arpack
functions to the tracker.  May not be of much use to you, but thought
I'd put it up there for comparison.  I'm no f2py expert, though (nor
am I an 'f' expert, or a 'py' expert for that matter :-) )  But I've
been using the wrapper with my pyf for a while without issues.

--bb

On 10/10/06, Aric Hagberg <hagberg at lanl.gov> wrote:
> I made a whack at a wrapper for ARPACK (FORTRAN code for finding a
> few eigenvalues and eigenvectors of a matrix).
> Short summary and longer code at:
> http://projects.scipy.org/scipy/scipy/ticket/231
>
> This is my first attempt at using ARPACK, f2py, and fitting
> code into the scipy framework.  I do know what an eigenvalue is at least.
>
> Hopefully this is a decent start and I can find some help here to
> finish the development and get it completely tested.  The ARPACK code
> is fairly complicated and it will take some effort to get all the
> features implemented and working.  But I do think it would be a
> valuable addition to scipy.
>
> Best Regards,
> Aric
>
>
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>



More information about the SciPy-Dev mailing list