linbox
MatrixEltPointer< _Matrix > Class Template Reference

Dense Submatrix representation. More...

#include <blas-submatrix.h>

Public Types

typedef _Matrix::Field::Element_ptr pointer
 

Detailed Description

template<typename _Matrix>
class LinBox::MatrixEltPointer< _Matrix >

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.

Member Typedef Documentation

◆ pointer

template<typename _Matrix>
typedef _Matrix::Field::Element_ptr pointer

The documentation for this class was generated from the following file: