OpenKalman
|
Definition for dynamic_index_count. More...
Go to the source code of this file.
Classes | |
struct | OpenKalman::dynamic_index_count< T, typename > |
Counts the number of indices of T in which the dimensions are dynamic. More... | |
struct | OpenKalman::dynamic_index_count< T, std::enable_if_t<(index_count< T >::value !=dynamic_size)> > |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
OpenKalman::detail | |
T is an acceptable noise perturbation input to a tests. | |
Functions | |
template<typename T , std::size_t... I> | |
constexpr std::size_t | OpenKalman::detail::dynamic_index_count_impl (std::index_sequence< I... >) |
Definition for dynamic_index_count.