help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: octave eigs function


From: louis scott
Subject: Re: octave eigs function
Date: Wed, 22 May 2013 17:32:57 +0100

Looks like you have arpack, but that is not enough.
I believe you will need to compile octave yourself and have the configure with something like:
--with-arpack-libdir=/usr/local/arpack-ng-3.1.2

Not a mac person, so that's all I can add I am afraid.


On Wed, May 22, 2013 at 3:25 PM, Poulette Poulette <address@hidden> wrote:
I installed the octave-devel +atlas+docs through macports (I already have Xcode, Xquartz, etc...).

"port installed" gives : arpack @3.1.2_1+accelerate+gcc47+openmpi (active)
Thus I suppose Arpack to be installed...

Thanks




De : Jordi Gutiérrez Hermoso <address@hidden>
À : Poulette Poulette <address@hidden>
Cc : help octave <address@hidden>
Envoyé le : Mercredi 22 mai 2013 16h01
Objet : Re: octave eigs function

On 22 May 2013 08:06, Poulette Poulette <address@hidden> wrote:
> I have Octave version 3.6.4 for mac (osX 10.8.3).

How did you install it, Mme Poulette?

> I don't know how to use/obtain eigs function to calculate eigen vectors and
> eigenvalues.

You only need eigs if you're working with sparse matrices or if you
only want a few eigenvalues of your matrix. Otherwise you can use eig.

> The error is : "eigs: not available in this version of Octave"

However you obtained Octave, it looks like you compiled it without
ARPACK. You need to recompile Octave with ARPACK support.

- Jordi G. H.



_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]