linbox
|
A BlasMatrix<
represents a matrix as an array of _element
>_element
s.
More...
#include "linbox/vector/subiterator.h"
#include "linbox/vector/subvector.h"
#include "linbox/util/debug.h"
#include "linbox/matrix/matrix-category.h"
#include "linbox/algorithms/linbox-tags.h"
#include "blas-matrix.inl"
#include "blas-submatrix.inl"
Data Structures | |
class | BlasMatrix< _Element > |
Dense matrix representation. More... | |
class | BlasSubmatrix< _Element > |
Dense Submatrix representation. More... | |
class | TriangularBlasMatrix< Element > |
Triangular BLAS matrix. More... | |
class | indexDomain |
Class used for permuting indices. More... | |
class | TransposedBlasMatrix< Matrix > |
TransposedBlasMatrix. More... | |
class | TransposedBlasMatrix< TransposedBlasMatrix< Matrix > > |
TransposedBlasMatrix. More... | |
Namespaces | |
namespace | LinBox |
Namespace in which all linbox code resides. | |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &o, const BlasMatrix< T > &Mat) |
Write a matrix to a stream. | |
template<class T > | |
std::ostream & | operator<< (std::ostream &o, const BlasSubmatrix< T > &Mat) |
Write a matrix to a stream. |
A BlasMatrix<
represents a matrix as an array of _element
>_element
s.