caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Thomas Fischbacher <Thomas.Fischbacher@Physik.Uni-Muenchen.DE>
To: Oliver Bandel <oliver@first.in-berlin.de>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Matrix operations in OCaml?
Date: Wed, 26 Oct 2005 00:31:37 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.61.0510260029350.30816@eiger.cip.physik.uni-muenchen.de> (raw)
In-Reply-To: <20051025183737.GA565@first.in-berlin.de>


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?

Depends on what you want to do:

* Large, parallel sparse matrix calculations (MPI and such)

* Efficient single-machine large linear algebra (lapack/blas)

* "Just Inverting 4x4 matrices" and such

There are solutions for all those situations.

-- 
regards,               tf@cip.physik.uni-muenchen.de              (o_
 Thomas Fischbacher -  http://www.cip.physik.uni-muenchen.de/~tf  //\
(lambda (n) ((lambda (p q r) (p p q r)) (lambda (g x y)           V_/_
(if (= x 0) y (g g (- x 1) (* x y)))) n 1))                  (Debian GNU)


  parent reply	other threads:[~2005-10-26  7:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-25 18:37 Oliver Bandel
2005-10-25 19:57 ` [Caml-list] " Martin Jambon
2005-10-25 20:53   ` E Stabler
2005-10-25 22:31 ` Thomas Fischbacher [this message]
2005-10-26  1:48 ` Vincenzo Ciancia
2005-10-26  7:24 ` [Caml-list] " Jon Harrop

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.LNX.4.61.0510260029350.30816@eiger.cip.physik.uni-muenchen.de \
    --to=thomas.fischbacher@physik.uni-muenchen.de \
    --cc=caml-list@inria.fr \
    --cc=oliver@first.in-berlin.de \
    /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).