linbox
|
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"
Data Structures | |
class | PlainSubmatrix< MatDom > |
to be used in reference matrix domain (PlainDomain). More... | |
Namespaces | |
LinBox | |
Namespace in which all linbox code resides. | |
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.