Browse thread
[Caml-list] Matrix libraries
[
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: | Markus Mottl <markus@o...> |
| Subject: | Re: [Caml-list] Matrix libraries |
On Sat, 13 Dec 2003, romildo@uber.com.br wrote: > I am looking for a good library for numerical > matrixes manipulation in OCaml. Can anybody help me? Although it has already been on the web for a few weeks, I hadn't actually announced it yet, waiting for comments of some co-developers: Lacaml is available in a new major version. This library interfaces the Fortran libraries BLAS and LAPACK for heavy-weight linear algebra (i.e. matrix computations). New features include support for complex transformations (complex numbers), and a convenient way of accessing submatrices using labels. As usual, you can choose either single or double precision computations. The computations can run in parallel on SMP-machines. You can download the library here: http://www.oefai.at/~markus/home/ocaml_sources.html#LACAML I'd be grateful for feedback! Best regards, Markus Mottl -- Markus Mottl http://www.oefai.at/~markus markus@oefai.at ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners