16 #ifndef OPENKALMAN_VECTOR_SPACE_DESCRIPTORS_MATCH_WITH_HPP 17 #define OPENKALMAN_VECTOR_SPACE_DESCRIPTORS_MATCH_WITH_HPP 28 template<
typename...Ts>
32 constexpr
bool vector_space_descriptors_match_with =
39 #endif //OPENKALMAN_VECTOR_SPACE_DESCRIPTORS_MATCH_WITH_HPP constexpr bool vector_space_descriptors_match_with
Specifies that a set of indexible objects have equivalent vector space descriptors for each index...
Definition: vector_space_descriptors_match_with.hpp:32
The root namespace for OpenKalman.
Definition: basics.hpp:34
constexpr bool vector_space_descriptors_may_match_with
Specifies that indexible objects Ts may have equivalent dimensions and vector-space types...
Definition: vector_space_descriptors_may_match_with.hpp:49