linbox
|
NODOC. More...
#include "linbox/linbox-config.h"
#include "linbox/vector/vector-traits.h"
#include "linbox/matrix/matrix-traits.h"
#include "linbox/matrix/densematrix/blas-matrix.h"
Data Structures | |
class | BlasMatrix< _Field, _Storage > |
Dense matrix representation. More... | |
class | BlasSubmatrix< _Matrix > |
Dense Submatrix representation. More... | |
class | TriangularBlasMatrix< _Field, _Storage > |
Triangular BLAS matrix. More... | |
struct | IndexedCategory< BlasMatrix< Field, _Rep > > |
Namespaces | |
LinBox | |
Namespace in which all linbox code resides. | |
Functions | |
template<class _Field , class _Storage > | |
std::ostream & | operator<< (std::ostream &os, const BlasMatrix< _Field, _Storage > &Mat) |
Write a matrix to a stream. More... | |
NODOC.