16 #ifndef OPENKALMAN_CONSTANT_MATRIX_HPP 17 #define OPENKALMAN_CONSTANT_MATRIX_HPP 31 constexpr
bool constant_matrix =
33 indexible<T> and values::scalar<constant_coefficient<T>>;
38 #endif //OPENKALMAN_CONSTANT_MATRIX_HPP constexpr bool constant_matrix
Specifies that all components of an object are the same constant value.
Definition: constant_matrix.hpp:31
Definition for constant_coefficient.
The root namespace for OpenKalman.
Definition: basics.hpp:34
Definition for indexible.