|
linbox
|
Representation of a submatrix of a dense matrix, not resizeable. More...
#include "linbox/linbox-config.h"#include "linbox/util/debug.h"#include "linbox/matrix/dense.h"#include "linbox/matrix/matrix-domain.h"#include "linbox/matrix/dense-submatrix.inl"Data Structures | |
| class | DenseSubmatrix< _Element > |
| Submatrix of a dense matrix More... | |
Namespaces | |
| namespace | LinBox |
Namespace in which all linbox code resides. | |
Functions | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &o, const DenseSubmatrix< T > &Mat) |
| Write a matrix to a stream. | |
Representation of a submatrix of a dense matrix, not resizeable.
This matrix type conforms to the LinBox::DenseMatrixBase interface. LinBox::BlasMatrix is an example of DenseSubmatrix.
1.7.4