From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id KAA15604 for caml-red; Fri, 12 Jan 2001 10:02:36 +0100 (MET) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id UAA05140 for ; Thu, 11 Jan 2001 20:00:40 +0100 (MET) Received: from miss.wu-wien.ac.at (miss.wu-wien.ac.at [137.208.107.17]) by nez-perce.inria.fr (8.11.1/8.10.0) with ESMTP id f0BJ0dT10582 for ; Thu, 11 Jan 2001 20:00:39 +0100 (MET) Received: (from mottl@localhost) by miss.wu-wien.ac.at (8.9.0/8.9.0) id UAA09772 for caml-list@inria.fr; Thu, 11 Jan 2001 20:00:35 +0100 (MET) Date: Thu, 11 Jan 2001 20:00:35 +0100 From: Markus Mottl To: OCAML Subject: linear algebra libraries? Message-ID: <20010111200035.A2615@miss.wu-wien.ac.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: weis@pauillac.inria.fr 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! Best regards, Markus Mottl -- Markus Mottl, mottl@miss.wu-wien.ac.at, http://miss.wu-wien.ac.at/~mottl