|
Ublas : |
From: Gunter Winkler (guwi17_at_[hidden])
Date: 2007-07-15 16:04:19
Sorkin Dima schrieb:
> Hi.
> Ublas defines and can work with "vector of vector adaptors"
> as matrices. Does somebody have a quick hint where are they defined
> and is there some documentation ?
>
see (surprise!) vector_of_vector.hpp
I'd suggest
generalized_vector_of_vector< double, row_major, vector<
compressed_vector<double> > >
mfg
Gunter