Browse thread
Matrix operations in OCaml?
[
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: | E Stabler <stabler@u...> |
| Subject: | Re: [Caml-list] Matrix operations in OCaml? |
Another interface to LAPACK that I have been using
for floating point matrix ops is here:
http://math.ucsb.edu/~lyons/camlFloat/
- Ed
Martin Jambon writes:
> On Tue, 25 Oct 2005, Oliver Bandel wrote:
>
> > Hello,
> >
> > on OCaml linkdb and on the Hump I didn't found
> > libraries to work on matrices/matrix's, so
> > to have a library to do linear algebra
> > calcualtions.
> >
> > Is there something like that or do I have to
> > implement it by my own?
>
> Markus Mottl wrote an interface to BLAS and LAPACK called Lacaml.
>
> You'll find it but it doesn't appear in the hump(s) under
> topics/science/maths and logic.
>
>
> Martin