|
OpenKalman
|
Definition of tensor_order function. More...
#include "coordinates/coordinates.hpp"#include "linear-algebra/traits/count_indices.hpp"#include "linear-algebra/traits/get_index_extent.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 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< indexible< 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.
1.8.13