caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* What are people using for linear algebra?
@ 2007-04-12 22:38 Erik de Castro Lopo
  2007-04-12 22:46 ` [Caml-list] " Jon Harrop
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Erik de Castro Lopo @ 2007-04-12 22:38 UTC (permalink / raw)
  To: caml-list

Hi all,

What libraries are people using for linear algebra? I currently only
need simple things like multiplication and addition for now but 
probably also need other stuff at some point.

I'd prefer something under the same license as the standard Ocaml
libraries.

TIA,
Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo
+-----------------------------------------------------------+
"Two hands working can do more than a thousand clasped in prayer."
-- anonymous


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] What are people using for linear algebra?
  2007-04-12 22:38 What are people using for linear algebra? Erik de Castro Lopo
@ 2007-04-12 22:46 ` Jon Harrop
  2007-04-13  1:25   ` Erik de Castro Lopo
  2007-04-12 23:03 ` Christophe TROESTLER
  2007-04-13  8:32 ` Olivier Andrieu
  2 siblings, 1 reply; 5+ messages in thread
From: Jon Harrop @ 2007-04-12 22:46 UTC (permalink / raw)
  To: caml-list

On Thursday 12 April 2007 23:38, Erik de Castro Lopo wrote:
> Hi all,
>
> What libraries are people using for linear algebra? I currently only
> need simple things like multiplication and addition for now but
> probably also need other stuff at some point.

OCaml for Scientists describes the use of LACAML. See the eigenvalue example 
here, for example:

  http://www.ffconsultancy.com/products/ocaml_for_scientists/complete/

-- 
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
OCaml for Scientists
http://www.ffconsultancy.com/products/ocaml_for_scientists


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] What are people using for linear algebra?
  2007-04-12 22:38 What are people using for linear algebra? Erik de Castro Lopo
  2007-04-12 22:46 ` [Caml-list] " Jon Harrop
@ 2007-04-12 23:03 ` Christophe TROESTLER
  2007-04-13  8:32 ` Olivier Andrieu
  2 siblings, 0 replies; 5+ messages in thread
From: Christophe TROESTLER @ 2007-04-12 23:03 UTC (permalink / raw)
  To: mle+ocaml; +Cc: caml-list

On Fri, 13 Apr 2007, Erik de Castro Lopo <mle+ocaml@mega-nerd.com> wrote:
> 
> What libraries are people using for linear algebra? I currently only
> need simple things like multiplication and addition for now but 
> probably also need other stuff at some point.

Lacaml <http://www.ocaml.info/home/ocaml_sources.html#lacaml>.
There is unfortunately no debian package ATM.

Cheers,
ChriS


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] What are people using for linear algebra?
  2007-04-12 22:46 ` [Caml-list] " Jon Harrop
@ 2007-04-13  1:25   ` Erik de Castro Lopo
  0 siblings, 0 replies; 5+ messages in thread
From: Erik de Castro Lopo @ 2007-04-13  1:25 UTC (permalink / raw)
  To: caml-list

Jon Harrop wrote:

> OCaml for Scientists describes the use of LACAML. See the eigenvalue example 
> here, for example:
> 
>   http://www.ffconsultancy.com/products/ocaml_for_scientists/complete/

Thanks Jon, I have it compiling.

You might hwoever want to fix the lacaml link on your page. The link
you have is broken but this one (from Christophe) works:

    http://www.ocaml.info/home/ocaml_sources.html#lacaml

Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo
+-----------------------------------------------------------+
>From Time magazine, "Numbers" section:
 $5 million:  Estimated annual cost for a 10-year program that
              would identify large asteroids most threatening
              to earth.
 $75 million: Budget for "Deep Impact", a film about the
              devastation caused when a comet hits earth.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] What are people using for linear algebra?
  2007-04-12 22:38 What are people using for linear algebra? Erik de Castro Lopo
  2007-04-12 22:46 ` [Caml-list] " Jon Harrop
  2007-04-12 23:03 ` Christophe TROESTLER
@ 2007-04-13  8:32 ` Olivier Andrieu
  2 siblings, 0 replies; 5+ messages in thread
From: Olivier Andrieu @ 2007-04-13  8:32 UTC (permalink / raw)
  To: Erik de Castro Lopo; +Cc: caml-list

On 4/13/07, Erik de Castro Lopo <mle+ocaml@mega-nerd.com> wrote:
> Hi all,
>
> What libraries are people using for linear algebra? I currently only
> need simple things like multiplication and addition for now but
> probably also need other stuff at some point.
>
> I'd prefer something under the same license as the standard Ocaml
> libraries.

ocamlgsl, my bindings for the GSL library has some linear algebra too
: http://oandrieu.nerim.net/ocaml/gsl/
http://www.gnu.org/software/gsl/

mind that GSL's license is GPL, not LGPL.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-13  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-12 22:38 What are people using for linear algebra? Erik de Castro Lopo
2007-04-12 22:46 ` [Caml-list] " Jon Harrop
2007-04-13  1:25   ` Erik de Castro Lopo
2007-04-12 23:03 ` Christophe TROESTLER
2007-04-13  8:32 ` Olivier Andrieu

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).