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 NAA16177 for caml-red; Thu, 19 Oct 2000 13:16:44 +0200 (MET DST) Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA01657 for ; Wed, 18 Oct 2000 17:19:01 +0200 (MET DST) Received: from smtp3-cm.mail.eni.net (smtp3a-cm.mail.eni.net [216.133.226.136]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id e9IFJ0f09817 for ; Wed, 18 Oct 2000 17:19:00 +0200 (MET DST) Received: from checkerlap.d6.com ([216.233.204.162]) by smtp3-cm.mail.eni.net (8.9.3/8.9.3) with ESMTP id IAA19215; Wed, 18 Oct 2000 08:18:34 -0700 Message-Id: <4.3.2.7.2.20001018081700.033cdef0@walt> X-Sender: def6@walt X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Wed, 18 Oct 2000 08:20:43 -0700 To: Pierre.Boulet@lifl.fr (Pierre.Boulet) From: Chris Hecker Subject: Re: single-precision floats, etc. Cc: caml-list@inria.fr In-Reply-To: References: <4.3.2.7.2.20001016110744.01e9d660@shell16.ba.best.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: weis@pauillac.inria.fr >I think that maybe what you are looking for is the bigarray library >that appeared with ocaml 3.00. I looked at that, but I really wanted to do the actual operations in caml code, not in a library (if possible). So, I'd like to write an LU decomposition routine in caml that's as fast as C code (or close enough), for example. Going out to another language is inconvenient at best, compared to just writing down the code you want (like you would in C). Chris