Browse thread
[Caml-list] efficient sparse matrix implementation anyone?
-
Jonathan Roewen
- Daniel Andor
- Erick Tryzelaar
[
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: | 2006-08-07 (15:39) |
From: | Daniel Andor <danielandor@g...> |
Subject: | Re: [Caml-list] efficient sparse matrix implementation anyone? |
On 23/07/06, Jonathan Roewen <jonathan.roewen@gmail.com> wrote: > > I'm wondering if anyone has a sparse matrix library for ocaml, or > perhaps a wrapper around some C library. > > I've used LACAML with band-diagonal sparse matrices, and it worked very nicely. There's also CamlFloat: http://math.ucsb.edu/~lyons/camlFloat/ although I have never used it. Looks enticing... D.