OpenKalman
Namespaces | Functions
tensor_order.hpp File Reference

Definition of tensor_order function. More...

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 T >
constexpr auto OpenKalman::detail::get_tensor_order_of_impl (std::index_sequence<>, const T &t)
 
template<std::size_t I, std::size_t... Is, typename T >
constexpr auto OpenKalman::detail::get_tensor_order_of_impl (std::index_sequence< I, Is... >, const T &t)
 
template<typename T , std::enable_if_t< interface::count_indices_defined_for< T > and interface::get_vector_space_descriptor_defined_for< T >, int > = 0>
constexpr auto OpenKalman::tensor_order (const T &t)
 Return the tensor order of T (i.e., the number of indices of dimension greater than 1). More...
 

Detailed Description

Definition of tensor_order function.