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 >.
|
static constexpr bool | storageOrder = SO |
| Storage order of the matrix.
|
|
template<typename MT, bool SO>
struct blaze::SparseMatrix< MT, SO >
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.
◆ operator~() [1/2]
template<typename MT, bool SO>
Conversion operator for non-constant matrices.
- Returns
- Reference of the actual type of the matrix.
◆ operator~() [2/2]
template<typename MT, bool SO>
Conversion operator for constant matrices.
- Returns
- Constant reference of the actual type of the matrix.
The documentation for this struct was generated from the following file: