![]() |
Base class for sparse matrices.The SparseMatrix class is a base class for all sparse matrix classes. It provides an abstraction from the actual type of the sparse matrix, but enables a conversion back to this type via the Matrix base class. More...
#include <SparseMatrix.h>
Inherits blaze::Matrix< MT, SO >.
Inherited by blaze::CompressedMatrix< real, false >.
Public Types | |
typedef MT | MatrixType |
Type of the matrix. | |
Public Member Functions | |
MatrixType & | operator~ () |
Conversion operator for non-constant matrices. | |
const MatrixType & | operator~ () const |
Conversion operator for constant matrices. | |
Base class for sparse matrices.
The SparseMatrix class is a base class for all sparse matrix classes. It provides an abstraction from the actual type of the sparse matrix, but enables a conversion back to this type via the Matrix base class.
|
inlineinherited |
Conversion operator for non-constant matrices.
|
inlineinherited |
Conversion operator for constant matrices.