Purpose
-------
The goal of this project is to provide a collection of benchmark scripts to
measure the performance of Scilab.
This module uses the apifun module.
Features
--------
This module provides the following functions.
* scibench_backslash : Benchmarks the backslash operator.
* scibench_benchfun : Benchmarks a function and measure its performance.
* scibench_dynbenchfun : Benchmarks a function with increasing data size.
* scibench_getsettings : Inquire the parameters of Scilab and its environment.
* scibench_latticeboltz : Performs a 2D Lattice Boltzmann simulation with
Scilab.
* scibench_matmul : Benchmarks the matrix-matrix multiplication.
Type "help scibench_overview" for a quick start.
Forge
-----
http://forge.scilab.org/index.php/p/scibench/
Authors
-------
* 2010 - DIGITEO - Michael Baudin
* 2010 - DIGITEO - Vincent Lejeune
* 2006-2008 - Jonas Latt
* Adriano Sciacovelli
Licence
-------
This toolbox is distributed under the CeCILL license :
http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
Acknowledgements
----------------
Michael Baudin thanks Clément David and Allan Cornet.