[SOLVED] GNU Octave

If there's software you need and you can't find, make a request for it.
Post Reply
User avatar
lmello
Posts: 218
Joined: 4. Aug 2010, 17:38
Location: Brazil
Contact:

[SOLVED] GNU Octave

Post by lmello »

GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language.

Homepage:
http://www.gnu.org/software/octave/

---

Octave has a bunch of optional dependencies, I'd like a package with at least glpk, blas + lapack*, fftw* and hdf5... ok, perhaps hdf5 isn't all that useful. What do you think?

* Already in the repo's
Last edited by lmello on 14. Dec 2010, 04:56, edited 1 time in total.
christian
Posts: 26
Joined: 16. Sep 2009, 20:32

Re: GNU Octave

Post by christian »

Maybe i can add my packages to the repo. Got packages for blas, glpk and octave, but not for hdf5.
But before I will create for up to date versions of my packages.

Greetings
Christian
Image
User avatar
lmello
Posts: 218
Joined: 4. Aug 2010, 17:38
Location: Brazil
Contact:

Re: GNU Octave

Post by lmello »

christian wrote:Maybe i can add my packages to the repo. Got packages for blas, glpk and octave, but not for hdf5.
But before I will create for up to date versions of my packages.

Greetings
Christian
Thanks, but I have managed to build octave myself with everything on top, with the exception of fltk and ftgl as dependencies. I like using gnuplo for plotting, and besides, there's qtOctave which is a much better GUI.
Post Reply