This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

OCaml bindings for GSL


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]