Ch GSL
The Ch GSL package is a
Ch
interface to the
GNU Scientific Library
(GSL). Ch is an embeddable C/C++ interperter for scripting, shell
programming, numerical computing, 2D/3D plotting and embedded
scripting.
The GNU Scientific Library (GSL) is a numerical library for C and C++
programmers. The library provides a wide range of mathematical routines
such as random number generators, special functions and least-squares
fitting. There are over 1000 functions in total.
With the Ch GSL package, all C (or C++) programs using functions from
the GSL C library can readily run in Ch interpretively without
compilation. It is an ideal solution for numerical computing,
rapid prototyping, Web-based applications, and embedded scripting.
Release Notes
Ch GSL version 1.2.0, Apr 10, 2006
Fixed a bug with the ODE solver
Ch GSL version 1.1.0, Mar 27, 2006
Fixed a bug with the multiroot solver
Ch GSL version 1.0.0, Dec 21, 2005
System Requirements
|
(1) Ch Standard or Professional Edition version 5.1.0.12661
or higher for Windows or Linux.
Ch is free and available for multiple platforms from SoftIntegration at http://www.softintegration.com. |
| (2) The GNU Scientific Library version 1.6. |