public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Jordi Burguet Castell <jordi.burguet-castell@cern.ch>
To: gsl-discuss@sources.redhat.com
Subject: Re: Tensor in GSL.
Date: Thu, 18 Dec 2003 17:55:00 -0000	[thread overview]
Message-ID: <200312181849.43823.jordi.burguet-castell@cern.ch> (raw)
In-Reply-To: <BA6005B4-3163-11D8-94CC-000393933E4E@pito.com>

> I'm wondering if tensors (i.e. arrays with more than 2 dimensions) will
> be implemented in GSL or if someone is already working on this. I need
> high dimensional arrays for my own code, and I was considering to
> encode such a data structure. Perhaps it could be included in GSL when
> (and if) I get it working.

Hi,

I did a simple library in C++ to do simple tensor algebra. I also started an 
attempt to gslize it. You can see my post at the list archives, 2003-05-25. I 
think it is the one Brian refers to.

The C++ one worked fine, but for lack of knowledge about GSL & lack of time & 
maybe laziness, the gsl version was far from finished.

In my old post I described it a bit, but let me recall that it can do 
arbitrary tensors (any rank, any dimension, as far as there is memory) and 
simple algebra (tensor product, index contraction,...). Also, a drawback I 
can think of: there are no strides (maybe easy to add, though).

I was counting with this xmas to get it finished or at least usable for GSL, 
but if anyone gets something before based or not on my code, I will be very 
happy.

Jordi


PS: Sorry Andrea, you'll get this twice :)

  parent reply	other threads:[~2003-12-18 17:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-18 14:09 Andrea Riciputi
2003-12-18 15:19 ` Robert G. Brown
2003-12-18 17:38 ` Brian Gough
2003-12-18 17:55 ` Jordi Burguet Castell [this message]
2003-12-19 20:34 ` Juan Jose Gomez Cadenas

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=200312181849.43823.jordi.burguet-castell@cern.ch \
    --to=jordi.burguet-castell@cern.ch \
    --cc=gsl-discuss@sources.redhat.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).