OCaml bindings for GSL

Olivier Andrieu oliv__a@users.sourceforge.net
Tue Sep 3 06:33:00 GMT 2002


Hello,

I'm releasing some OCaml/GSL bindings. They are fairly complete and
seem to work OK ! Available modules include FFT, minimization and
root-finding, some linear algebra (not complete though), RNGs, random
distributions, special functions, and some others.

They are synched with GSL release 1.2. You can get them there :
<http://oandrieu.nerim.net/ocaml/gsl/> 

Objective Caml is a functional programming language of the ML family
(like SML). It offers static strong typing, type inference and
comes with a fast, native code compiler. You can learn more about
OCaml here : <http://caml.inria.fr/> or here <http://www.ocaml.org/>.

(any comments and/or help for completing them is welcome)

-- 
   Olivier



More information about the Gsl-discuss mailing list