Saturday, August 2, 2008

[Octave] how to install 'eigs' on ubuntu

If you want to use the 'eigs',

you need the following package called Arpack.

http://octave.sourceforge.net/arpack/index.html

However, before that,

you need to install the following two libraries on ubuntu.

1. sudo apt-get install libsuitesparse-dev

2. sudo apt-get install libarpack2-dev


How can I install the package on Octave?

see http://octave.sourceforge.net/FAQ.html

No comments: