|
linbox
|
A BlasMatrix< represents a matrix as an array of _element >_elements.
More...
#include <linbox/solutions/getentry.h>#include <linbox/matrix/dense.h>#include <linbox/matrix/dense-submatrix.h>#include <linbox/util/debug.h>#include <linbox/matrix/matrix-category.h>#include "linbox/algorithms/cra-full-multip.h"Data Structures | |
| class | BlasMatrix< _Element > |
| BlasMatrix. More... | |
| struct | BlasMatrix< _Element >::rebind< _Tp1 > |
| Rebind operator. More... | |
| class | BlasTag |
| TAG for triangular blas matrix. 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. | |
A BlasMatrix< represents a matrix as an array of _element >_elements.
DenseMatrixBase<_element > and DenseSubmatrix<_element > or DenseMatrix<_field >...
1.7.4