16 #ifndef OPENKALMAN_DIAGONAL_MATRIX_HPP 17 #define OPENKALMAN_DIAGONAL_MATRIX_HPP 32 constexpr
bool diagonal_matrix =
34 triangular_matrix<T, TriangleType::diagonal>;
39 #endif //OPENKALMAN_DIAGONAL_MATRIX_HPP constexpr bool diagonal_matrix
Specifies that a type is a diagonal matrix or tensor.
Definition: diagonal_matrix.hpp:32
The root namespace for OpenKalman.
Definition: basics.hpp:34