linbox
|
Dense Submatrix representation. More...
#include <blas-submatrix.h>
Dense Submatrix representation.
A BlasSubmatrix is a matrix of _Field::Element
, with the structure of BLAS matrices. It is basically a read/write view on a vector of _Field::Element
. In the Mother model, a BlasSubmatrix is not allocated.
This matrix type conforms to the same interface as BlasMatrix, except that you cannot resize it. It represents a submatrix of a dense matrix. Upon construction, one can freely manipulate the entries in the DenseSubmatrix, and the corresponding entries in the underlying BlasMatrix will be modified.