Boost logo

Glas :

[glas] multi-dimensional arrays?

From: Neal Becker (ndbecker2_at_[hidden])
Date: 2006-12-14 08:08:53


Does glas intend to address multi-dimensional arrays?

There seems to be a big disconnect between c++ libraries that support 1d and
2d arrays with various linear algebra support and libraries that support
larger dimensionality (usually without any connection to linear algebra).
IMO, this is really unfortunate. I think we really need either one library
that supports both multidimensional arrays and linear algebra or 2 libraries
that interoperate well.