OpenKalman
Namespaces | Functions
count_indices.hpp File Reference

Definition of count_indices. More...

#include "values/values.hpp"
#include "linear-algebra/concepts/indexible.hpp"
#include "linear-algebra/traits/get_mdspan.hpp"
Include dependency graph for count_indices.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition of count_indices.