Don't know if this is any use, but to me (not knowing Fortran nearly
so well as C++) this looks pretty useful:
http://www.caam.rice.edu/software/ARPACK/arpack++.html
http://www.ime.unicamp.br/~chico/arpack++/
It provides a nice high-level interface on top of ARPACK. I could see
it being useful on
On 10/22/06, Aric Hagberg <[EMAIL PROTECTED]> wrote:
> On Sat, Oct 21, 2006 at 02:05:42PM -0700, Keith Goodman wrote:
> > Did you, or anybody else on the list, have any luck making a numpy
> > version of eigs?
>
> I made a start at an ARPACK wrapper, see
> http://projects.scipy.org/scipy/scipy/tick
Argh.
>
> In addition to the wrapper there is a Python interface (and some tests).
> I don't know if the interface is like "eigs" - I don't use Matlab.
http://www.mathworks.de/access/helpdesk/help/techdoc/ref/index.html?/access/
helpdesk/help/techdoc/ref/eigs.html
should give you some idea of
Hello all
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:numpy-
> [EMAIL PROTECTED] On Behalf Of Aric Hagberg
> Sent: Sunday, October 22, 2006 4:09 PM
> To: Discussion of Numerical Python
> Subject: Re: [Numpy-discussion] some work on arpack
>
> On Sat, Oc
On Sat, Oct 21, 2006 at 02:05:42PM -0700, Keith Goodman wrote:
> Did you, or anybody else on the list, have any luck making a numpy
> version of eigs?
I made a start at an ARPACK wrapper, see
http://projects.scipy.org/scipy/scipy/ticket/231
and the short thread at scipy-dev
http://thread.gmane.org
On Sun, Oct 22, 2006 at 09:27:39AM +0900, Bill Baxter wrote:
> On 10/22/06, Charles R Harris <[EMAIL PROTECTED]> wrote:
> > On 10/21/06, Bill Baxter <[EMAIL PROTECTED]> wrote:
> > > Here's something I've been wondering: is it ok to port Matlab
> > > functions over to python? If so, then it's maybe
On 10/22/06, Charles R Harris <[EMAIL PROTECTED]> wrote:
> On 10/21/06, Bill Baxter <[EMAIL PROTECTED]> wrote:
> > Here's something I've been wondering: is it ok to port Matlab
> > functions over to python? If so, then it's maybe an afternoon's work
> > to get eigs working, given eigs.m and python
On 10/21/06, Bill Baxter <[EMAIL PROTECTED]> wrote:
Here's something I've been wondering: is it ok to port Matlabfunctions over to python? If so, then it's maybe an afternoon's workto get eigs working, given eigs.m and python Arpack wrappers.I'm 99% sure it would *not* be kosher to copy-paste thei
Here's something I've been wondering: is it ok to port Matlab
functions over to python? If so, then it's maybe an afternoon's work
to get eigs working, given eigs.m and python Arpack wrappers.
I'm 99% sure it would *not* be kosher to copy-paste their code
directly, but it's not a copy paste job b
On 8/15/06, David Grant <[EMAIL PROTECTED]> 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, symmetr
On Wed, 16 Aug 2006 08:08:16 -0700
"David Grant" <[EMAIL PROTECTED]> wrote:
> On 8/16/06, Nils Wagner <[EMAIL PROTECTED]>
>wrote:
>>
>> Keith Goodman wrote:
>> > On 8/15/06, David Grant <[EMAIL PROTECTED]> wrote:
>> >
>> >
>> >> My idea is (if I have time) to write an eigs-like
>>function in py
On 8/16/06, Nils Wagner <[EMAIL PROTECTED]> wrote:
Keith Goodman wrote:> On 8/15/06, David Grant <[EMAIL PROTECTED]> 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 c
On 8/16/06, Albert Strasheim <[EMAIL PROTECTED]> wrote:
Hello all> -Original Message-> From: [EMAIL PROTECTED] [mailto:numpy-
> [EMAIL PROTECTED]] On Behalf Of David Grant> Sent: 16 August 2006 17:11> To: Discussion of Numerical Python> Subject: Re: [Numpy-discuss
Argh...
> I recently used MATLAB's eigs to do exactly this. I had a dense matrix A
> with dimensions m x n, where m >> n. I wanted the eigenvalues of A'A
> (which
> has dimensions m x m, which is too large to keep in memory). But I could
Make that AA'.
Cheers,
Albert
-
Hello all
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:numpy-
> [EMAIL PROTECTED] On Behalf Of David Grant
> Sent: 16 August 2006 17:11
> To: Discussion of Numerical Python
> Subject: Re: [Numpy-discussion] some work on arpack
>
>
>
> On
On 8/16/06, Keith Goodman <[EMAIL PROTECTED]> wrote:
On 8/15/06, David Grant <[EMAIL PROTECTED]> 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 eigenval
Nils Wagner wrote:
> Keith Goodman wrote:
>
>> On 8/15/06, David Grant <[EMAIL PROTECTED]> 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 cert
Keith Goodman wrote:
> On 8/15/06, David Grant <[EMAIL PROTECTED]> 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
>> eigenve
On 8/15/06, David Grant <[EMAIL PROTECTED]> 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, symmetr
19 matches
Mail list logo