linbox
Data Structures | Namespaces
plain-matrix.h File Reference

Reference representation of a PlainMatrix (dense, memory allocating) class and PlainSubmatrix (dense, non-allocating) class. More...

#include "linbox/util/error.h"
#include "linbox/util/debug.h"
#include "linbox/matrix/matrixdomain/plain-domain.h"
+ Include dependency graph for plain-matrix.h:

Data Structures

class  PlainSubmatrix< MatDom >
 to be used in reference matrix domain (PlainDomain). More...
 

Namespaces

 LinBox
 Namespace in which all linbox code resides.
 

Detailed Description

Reference representation of a PlainMatrix (dense, memory allocating) class and PlainSubmatrix (dense, non-allocating) class.

other dense submatrix classes such as LinBox::BlasSubmatrix exihibit this functionality.