Boost logo

Ublas :

From: Neal Becker (ndbecker2_at_[hidden])
Date: 2007-02-21 08:02:16


I have an application which uses a data structure that is a variation on a
vector_of_vector.

This is a vector of vectors, where each row is a vector of a different size.

While this case is covered by generalized vector_of_vector, it would be
terribly inefficient to handle that way. Within each row the data are
consecutive.

I wonder if this data type is sufficiently common to warrant a ublas type to
handle it?