OpenKalman
|
Definition of tensor_order function. More...
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... | |
Definition of tensor_order function.