Slab is a MATLAB-like numerical tool developed by Shin'ichi OISHI, Professor of Department of information and Computer Science, School of Science and Engineering, Waseda university. Slab has a unique feature that it has a verification mode. Namely, based on a recent result of the author, it provides a verified results for solutions of simultanuous linear equaitons, eigenvalue problems of matrices and so on. Slab is a free software based GNU-licence. It can be installed on Redhat 7.2 based Linux with Pentium III CPU. However, with a little modification, it could be installed on windows using Cygwin.
In order to install Slab, clapack should be installed. Clapack can be downloaded from here. Let liblapack.a, libblas.a, libF77,a and libI77.a are obtained libraries. You can use ATLAS if you want to optimize blas.
It is confirmed that Slab1.20 is suit for Redhat 7.2 Linux on Pentium III CPU.
This can be done bytar xvzf Slab120.tgz
cd Slab1.20
This can be done by
cd ./mpa
make
cd ..
This can be done by
cd ./gc
./configre
make
cd ..
Then put lapack.a, blas.a, libF77.a and libI77.a into ./tools. Please change the name of lapack.a and blas.a as liblapack.a and libblas.a, respectively.
This can be done by
make
Slab is assumed to be used on the top directory of Slab1.20. Thus, on this directory put the command
./Slab
Then Slab is active. The starting prompt is A>. If you type
A> help
Then you can see how to use Slab.
Slab is supported by the grand from the Ministry of Education and Science, Waseda University and Anrits co.
URI of this page is http://www.oishi.info.waseda.ac.jp/~oishi/slab/slab-e.htm
Started 2002/8/15 and last modified 2003/5/11,
@
@