![]() |
Blitz Support : |
From: Andrius Kurtinaitis (andrius.kurtinaitis_at_[hidden])
Date: 2003-12-30 02:57:44
Hello,
is it possible to create multicomponent interlaced arrays in blitz?
My data point consists of three complex values. It would look like this:
TinyVector<std::complex<double>, 3>
The array would be then
Array<TinyVector<std::complex<double>, 3>, 2>
- I need two-dimensional arrays.
But I would like to store the components separately by component, so
that first I have complex data arrays of the first component, then the
second and the third one. I need continuous component data for other
algorithms, such as fft and spline interpolation.
Any help will be highly appreciated.
Andrius Kurtinaitis