Base class for dense matrices.The DenseMatrix class is a base class for all dense matrix classes. It provides an abstraction from the actual type of the dense matrix, but enables a conversion back to this type via the Matrix base class.
More...
#include <DenseMatrix.h>
Inherits blaze::Matrix< MT, SO >.
|
static constexpr bool | storageOrder = SO |
| Storage order of the matrix.
|
|
template<typename MT, bool SO>
struct blaze::DenseMatrix< MT, SO >
Base class for dense matrices.
The DenseMatrix class is a base class for all dense matrix classes. It provides an abstraction from the actual type of the dense 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: