Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2007-09-18 08:05:15


Am Dienstag, 18. September 2007 08:55 schrieb Michele De Stefano:
> The other way (i.e. serializing the matrix through
> boost::serialization) is powerful but I think it has a drawback: it
> is perfect is you always want to read/write the whole matrix, but it
> is useless if you want to read/write sub-matrices (e.g. if you have a
> big matrix on file, and you want to read a sub-matrix only).

Is the serialization of submatrices a common issue? If so I could add
serialization support to matrix proxies. However, deserialization is a
little tricky because a matrix proxy can not change its size.

mfg
Gunter