Browse thread
Matrix operations in OCaml?
-
Oliver Bandel
- Vincenzo Ciancia
- Martin Jambon
- Thomas Fischbacher
- Jon Harrop
[
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: | Thomas Fischbacher <Thomas.Fischbacher@P...> |
| Subject: | Re: [Caml-list] Matrix operations in OCaml? |
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? Depends on what you want to do: * Large, parallel sparse matrix calculations (MPI and such) * Efficient single-machine large linear algebra (lapack/blas) * "Just Inverting 4x4 matrices" and such There are solutions for all those situations. -- regards, tf@cip.physik.uni-muenchen.de (o_ Thomas Fischbacher - http://www.cip.physik.uni-muenchen.de/~tf //\ (lambda (n) ((lambda (p q r) (p p q r)) (lambda (g x y) V_/_ (if (= x 0) y (g g (- x 1) (* x y)))) n 1)) (Debian GNU)