linbox
|
A BlasMatrix<
represents a matrix as an array of _Field
>_Field::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"
#include "blas-triangularmatrix.inl"
Data Structures | |
singleton | BlasSubmatrix< _Field > |
Dense Submatrix representation. More... | |
singleton | BlasMatrix< _Field > |
Dense matrix representation. More... | |
struct | BlasMatrix< _Field >::rebind< _Tp1 > |
Rebind operator. More... | |
singleton | BlasSubmatrix< _Field > |
Dense Submatrix representation. More... | |
class | TriangularBlasMatrix< _Field > |
Triangular BLAS matrix. More... | |
class | indexDomain |
Class used for permuting indices. More... | |
class | TransposedBlasMatrix< Matrix > |
TransposedBlasMatrix. More... | |
class | TransposedBlasMatrix< TransposedBlasMatrix< Matrix > > |
TransposedBlasMatrix. More... | |
Namespaces | |
LinBox | |
Namespace in which all linbox code resides. | |
LinBox::Protected | |
This is the namespace all LinBox internal code is in. | |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &o, const BlasMatrix< T > &Mat) |
Write a matrix to a stream. More... | |
template<class T > | |
std::ostream & | operator<< (std::ostream &o, const BlasSubmatrix< T > &Mat) |
Write a matrix to a stream. More... | |
A BlasMatrix<
represents a matrix as an array of _Field
>_Field::Element
s.
It also has the BlasBlackbox interface.