16 #ifndef OPENKALMAN_CONSTANT_DIAGONAL_MATRIX_HPP 17 #define OPENKALMAN_CONSTANT_DIAGONAL_MATRIX_HPP 19 #include "values/concepts/scalar.hpp" 34 constexpr
bool constant_diagonal_matrix =
36 indexible<T> and values::scalar<constant_diagonal_coefficient<T>>;
41 #endif //OPENKALMAN_CONSTANT_DIAGONAL_MATRIX_HPP constexpr bool constant_diagonal_matrix
Specifies that all diagonal elements of a diagonal object are the same constant value.
Definition: constant_diagonal_matrix.hpp:34
The root namespace for OpenKalman.
Definition: basics.hpp:34
Definition for indexible.
Definition for constant_diagonal_coefficient.