Re: [eigen] 3 dimensional arrays

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Can one use Eigen to perform operations similar to Blitz++ on multidimensional arrays?

Mani
On 06/29/2010 01:12 PM, Hauke Heibel wrote:
On Tue, Jun 29, 2010 at 9:23 AM, Mani chandra<mchandra@xxxxxxxxxx>  wrote:
  Any plans to support multi-dimensional arrays in Eigen in the future?
Only to some extend. It is unlikely that you'll ever be seeing constructors like

ArrayXXXd m(rows,cols,slices)

but we plan to support (maybe that is already partially working in the
development branch)  so called "arrays of structures", i.e.

Array<VectorXd, Rows, Cols>

Our core devs, Benoit&  Gael know more.

- Hauke







Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/