Browse thread
What are people using for linear algebra?
-
Erik de Castro Lopo
- Jon Harrop
- Christophe TROESTLER
- Olivier Andrieu
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Olivier Andrieu <oandrieu@n...> |
| Subject: | Re: [Caml-list] What are people using for linear algebra? |
On 4/13/07, Erik de Castro Lopo <mle+ocaml@mega-nerd.com> wrote: > Hi all, > > What libraries are people using for linear algebra? I currently only > need simple things like multiplication and addition for now but > probably also need other stuff at some point. > > I'd prefer something under the same license as the standard Ocaml > libraries. ocamlgsl, my bindings for the GSL library has some linear algebra too : http://oandrieu.nerim.net/ocaml/gsl/ http://www.gnu.org/software/gsl/ mind that GSL's license is GPL, not LGPL.