Boost logo

Ublas :

Subject: Re: [ublas] multiarray subarray and matrix
From: Rhys Ulerich (rhys.ulerich_at_[hidden])
Date: 2010-04-02 14:00:17


> It is interesting why no linear algebra library implements tensors with rank
> greater than 2? At the same time I can't give a wide-known example of high-
> rank tensor.

Not that anyone implements them this way, because it'd be silly, but
the common transpose operation is a higher tensor:
http://mathoverflow.net/questions/4167/what-are-the-components-of-a-transpose-operator-from-rnn-to-rnn

- Rhys