16 #ifndef OPENKALMAN_INDEX_DIMENSION_OF_HPP 17 #define OPENKALMAN_INDEX_DIMENSION_OF_HPP 30 template<
typename T, std::
size_t N = 0>
32 template<
typename T, std::
size_t N = 0,
typename =
void>
37 template<
typename T, std::
size_t N>
44 : std::integral_constant<std::size_t, coordinates::dimension_of_v<vector_space_descriptor_of_t<T, N>>> {};
50 template<
typename T, std::
size_t N = 0>
56 #endif //OPENKALMAN_INDEX_DIMENSION_OF_HPP Definition: tuple_reverse.hpp:103
The root namespace for OpenKalman.
Definition: basics.hpp:34
typename vector_space_descriptor_of< T, N >::type vector_space_descriptor_of_t
helper template for vector_space_descriptor_of.
Definition: vector_space_descriptor_of.hpp:56
The dimension of an index for a matrix, expression, or array.
Definition: index_dimension_of.hpp:34