Package GNU_ScientificLibrary provides functions and models to access the GNU Scientific Library (GSL).
The current supported GSL version is 2.6. Users may be required to download and compile GSL to use this package. Place the compiled GNU GSL library into "TRANSFORM/Resources/Library/OSVERSION" with the name "gsl.lib", where "OSVERSION" referes to the operating system such as "win64" or "linux64".
The Examples package contains example uses and test cases of the models in order to test the result and demonstrate possible uses of the Library.
The Models package contains implementations of the Functions in order to allow the functions to be used in an alternative format.
The primary tools of this library are contained in the Functions Package. The file structure of the packages mirrors the GNU GSL file structure to assist in locating files between the Modelia and source code.