Variable templates¶
Defined in matrix.hpp.
This page contains documentation for several variable templates related to matrices.
-
template<typename T>
static constexpr bool IsMatrix¶ This variable has value
trueif the template parameterTis eitherDynamicMatrixorStaticMatrix; andfalseotherwise.
-
template<typename T>
static constexpr bool IsStaticMatrix¶ This variable has value
trueif the template parameterTisStaticMatrix; andfalseotherwise.
-
template<typename T>
static constexpr bool IsDynamicMatrix¶ This variable has value
trueif the template parameterTisDynamicMatrix; andfalseotherwise.
-
template<typename T>
static constexpr bool IsMatWithSemiring¶ This variable has value
trueif the template parameterTisDynamicMatrix<Semiring, Scalar>; andfalseotherwise.