|
Ublas : |
From: Richard_Harding_at_[hidden]
Date: 2007-02-08 17:14:13
> Did you try to use the copy constructor?
> matrix_range< ... > sub( ( project(A, range(..), range(..) ) );
Looks like a MSVC compiler limitation. I get the same compilation error
regarding the incompatiblity of the range with the compressed matrix type.
I need to fill in blocks of a sparse array and was hoping to use a
matrix_range for convenience. I will just avoid the matrix_range approach.
Thanks!