From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 0A841BB9A for ; Tue, 25 Oct 2005 22:53:08 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j9PKr7lN019599 for ; Tue, 25 Oct 2005 22:53:07 +0200 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 WAA31844 for ; Tue, 25 Oct 2005 22:53:06 +0200 (MET DST) Received: from smtp-7.smtp.ucla.edu (smtp-7.smtp.ucla.edu [169.232.46.137]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j9PKr5cw019595 for ; Tue, 25 Oct 2005 22:53:06 +0200 Received: from mail.ucla.edu (mail.ucla.edu [169.232.48.141]) by smtp-7.smtp.ucla.edu (8.13.4/8.13.4) with ESMTP id j9PKr4W0002241 for ; Tue, 25 Oct 2005 13:53:04 -0700 Received: from kallpa.linguistics.ucla.edu (kallpa.linguistics.ucla.edu [149.142.141.44]) (authenticated bits=0) by mail.ucla.edu (8.13.4/8.13.4) with ESMTP id j9PKr4eS003263 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 25 Oct 2005 13:53:04 -0700 Received: by kallpa.linguistics.ucla.edu (Postfix, from userid 1000) id EF399AC4CF; Tue, 25 Oct 2005 13:53:03 -0700 (PDT) From: E Stabler MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17246.39727.758230.612571@kallpa.site> Date: Tue, 25 Oct 2005 13:53:03 -0700 To: caml-list@inria.fr Subject: Re: [Caml-list] Matrix operations in OCaml? In-Reply-To: Reply-To: stabler@ucla.edu X-Probable-Spam: no X-Scanned-By: smtp.ucla.edu on 169.232.46.137 X-Miltered: at nez-perce with ID 435E9B33.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 435E9B31.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 ocaml:01 lapack:01 ucsb:01 oliver:01 bandel:01 ocaml:01 matrices:01 algebra:01 markus:01 mottl:01 blas:01 lapack:01 lacaml:01 2005,:98 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 Another interface to LAPACK that I have been using for floating point matrix ops is here: http://math.ucsb.edu/~lyons/camlFloat/ - Ed Martin Jambon writes: > 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? > > Markus Mottl wrote an interface to BLAS and LAPACK called Lacaml. > > You'll find it but it doesn't appear in the hump(s) under > topics/science/maths and logic. > > > Martin