|
Ublas : |
From: Kresimir Fresl (fresl_at_[hidden])
Date: 2006-12-07 01:45:59
Epic John wrote:
> I believe this functionality is currently not implemented: only ranges
> and slices are available for submatrix selection. Gunter had an email
> discussing this recently when another user needed the same functionality
> (using ordered set of indices to seleect a submatrix/vector.)
In vector_proxy.hpp and in matrix_proxy.hpp you can find
classes vector_indirect<> and matrix_indirect<> but they are
not documented.
fres