Scilab

Scilab はフランスの INRIA (Institut national de recherche en informatique et en automatique) で開発されている Matlab 類似の行列・数値計算ソフトです。 Linux などのほか Windows でも動きます。 C と Fortran で書かれており,C++ を使っていないのでコンパイルは Octave より楽です。

Octave が典型的な GNU のソフトであるのに対し, Scilab はより高度なインターフェースを備えています。

コンパイル

展開して

./configure
make all
cd examples
make tests
です。最新の gcc 2.97 ではエラーになりましたが, Vine 2.0 の egcs-2.91.66 でうまくいきました。 しかし,
init.o(.text+0x18): the `getwd' function is dangerous and should not be used.
という警告が出ます。

リンクはご自由にどうぞ。

松阪大学 奥村晴彦 okumura@matsusaka-u.ac.jp
Last modified: Mon Dec 4 12:42:20 JST 2000