blob: b2f23bd2ba9c6d0896186e7f80cbe02eb71e33e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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.
These optional dependencies will be used if found:
* BLAS
* LAPACK
* glpk
* qhull
* HDF5
* ftgl
* fltk
|