caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Brian Rogoff <bpr@best.com>
To: Markus Mottl <mottl@miss.wu-wien.ac.at>
Cc: OCAML <caml-list@inria.fr>
Subject: Re: linear algebra libraries?
Date: Fri, 12 Jan 2001 09:13:11 -0800 (PST)	[thread overview]
Message-ID: <Pine.BSF.4.21.0101120857490.17868-100000@shell5.ba.best.com> (raw)
In-Reply-To: <20010111200035.A2615@miss.wu-wien.ac.at>

On Thu, 11 Jan 2001, Markus Mottl wrote:
> Hello,
> 
> I wonder whether there are already any well-designed linear algebra
> libraries for OCaml (i.e. with good support for vector and matrix
> computations): I'd need one for implementing linear regression
> methods. The library needs not be terribly fast (though I wouldn't mind
> if it is ;), but should be well-behaved even when fed weird data (like
> ill-conditioned matrices).
> 
> If I can't find any suitable library, I wouldn't mind interfacing a fast
> C-library - but which? Library recommendations welcome!

I remember using Meschach many years ago in a different life, and it was
pretty good for "non-huge" matrices. You can find it at 

ftp://ftpmaths.anu.edu.au/pub/meschach/meschach.html

It's C, not Fortran. Should be easy enough to hook to OCaml.

I think it would be more interesting to write a native OCaml library. Christophe 
Rafalli has already started something in numerical linear algebra but its
just a start, at 

http://www.lama.univ-savoie.fr/sitelama/Membres/pages_web//RAFFALLI/formel.html

I don't work in this field any more but if you want to specify the interfaces
and need someone to implement some of the algorithms I can find some time
to hack.  

-- Brian




  parent reply	other threads:[~2001-01-14 20:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-11 19:00 Markus Mottl
2001-01-12  9:27 ` Xavier Urbain
2001-01-12 11:40   ` Markus Mottl
2001-01-12 17:13 ` Brian Rogoff [this message]
2001-01-12 18:49   ` Markus Mottl
2001-01-14 11:36 David McClain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.BSF.4.21.0101120857490.17868-100000@shell5.ba.best.com \
    --to=bpr@best.com \
    --cc=caml-list@inria.fr \
    --cc=mottl@miss.wu-wien.ac.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).