OpenKalman
|
Definition for maybe_same_shape_as_vector_space_descriptors. More...
Go to the source code of this file.
Variables | |
template<typename T , typename Descriptors > | |
constexpr bool | OpenKalman::internal::maybe_same_shape_as_vector_space_descriptors |
Specifies that it is not ruled out, at compile time, that T has dimensions corresponding to a pattern_collection. More... | |
Definition for maybe_same_shape_as_vector_space_descriptors.
constexpr bool OpenKalman::internal::maybe_same_shape_as_vector_space_descriptors |
Specifies that it is not ruled out, at compile time, that T has dimensions corresponding to a pattern_collection.
Two dimensions are considered the same if their coordinates::pattern are equivalent.
T | an indexible object |
Ds | a set of vector space descriptors |