Boost logo

Ublas :

Subject: [ublas] STL container of matrix_range<matrix<double> >
From: Michael Norel (minorlogic_at_[hidden])
Date: 2009-07-17 08:38:27


Hi All!

I want to create STL collection of "sub matrices" of one bigger matrix.
I tried the "matrix_range<matrix<double> >" but the matrix_range object don't have default constructor.

Please recomend me how to create mapping to data in such case?

Thanks!