caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Markus Mottl" <markus.mottl@gmail.com>
To: "Andreas Biegert" <andreas.biegert@googlemail.com>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Package with multidimensional AND sparse matrices?
Date: Mon, 3 Jul 2006 19:59:32 -0400	[thread overview]
Message-ID: <f8560b80607031659j1a64af91if242caaf3709b9b1@mail.gmail.com> (raw)
In-Reply-To: <fd0847170607031555y3cdeae8fl2e54b75bae052854@mail.gmail.com>

On 7/3/06, Andreas Biegert <andreas.biegert@googlemail.com> wrote:
> Does anybody know a package that implements multidimensional AND
> sparse matrices? In case there is no such package, would it be very
> hard to write one by myself?

I don't know of any OCaml-libraries implementing datastructures and
algorithms for sparse tensors.  You haven't mentioned anything about
the kind of algorithms you want to implement.  Maybe the problem can
be represented differently so that you can use matrices without too
many conceptual hassles.  Otherwise I'd first look around for some
Fortran libraries that could be interfaced, because implementing
stable and efficient numerical algorithms, especially given this kind
of data, is pretty hard.

Regards,
Markus

-- 
Markus Mottl        http://www.ocaml.info        markus.mottl@gmail.com


      parent reply	other threads:[~2006-07-03 23:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-03 22:55 Andreas Biegert
2000-01-02  4:56 ` [Caml-list] " Jon Harrop
     [not found]   ` <fd0847170607040038u117d2594r38adcbdf1f00ec04@mail.gmail.com>
2006-07-04  7:46     ` Andreas Biegert
2006-07-04  9:06       ` Martin Jambon
2006-07-04 10:03       ` Jon Harrop
2006-07-04 16:55         ` Andreas Biegert
2006-07-03 23:59 ` Markus Mottl [this message]

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=f8560b80607031659j1a64af91if242caaf3709b9b1@mail.gmail.com \
    --to=markus.mottl@gmail.com \
    --cc=andreas.biegert@googlemail.com \
    --cc=caml-list@yquem.inria.fr \
    /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).