OpenKalman
|
Definition for max_tensor_order. More...
Go to the source code of this file.
Classes | |
struct | OpenKalman::max_tensor_order< T, typename > |
The maximum number of indices of structure T of size other than 1 (including any dynamic indices). More... | |
struct | OpenKalman::max_tensor_order< T, std::enable_if_t< index_count< T >::value !=dynamic_size > > |
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
OpenKalman::detail | |
T is an acceptable noise perturbation input to a tests. | |
Functions | |
template<std::size_t i, typename T > | |
constexpr std::size_t | OpenKalman::detail::max_tensor_order_impl (std::size_t result=0) |
Definition for max_tensor_order.