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.