|
OpenKalman
|
Definition of count_indices. More...
#include "values/values.hpp"#include "linear-algebra/concepts/indexible.hpp"#include "linear-algebra/traits/get_mdspan.hpp"

Go to the source code of this file.
Namespaces | |
| OpenKalman | |
| The root namespace for OpenKalman. | |
| OpenKalman::detail | |
| T is an acceptable noise perturbation input to a tests. | |
Functions | |
| template<typename Mdspan , std::size_t i = Mdspan::rank()> | |
| constexpr auto | OpenKalman::detail::remove_trailing_1D_indices () |
| template<typename T , std::enable_if_t< indexible< T >, int > = 0> | |
| constexpr auto | OpenKalman::count_indices (const T &) |
| Get the number of indices necessary to address all the components of an indexible object. More... | |
Definition of count_indices.
1.8.13