OpenKalman
Namespaces | Functions | Variables
all_fixed_indices_are_euclidean.hpp File Reference

Definition for all_fixed_indices_are_euclidean. 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 , std::size_t... I>
constexpr bool OpenKalman::detail::all_fixed_indices_are_euclidean_impl (std::index_sequence< I... >)
 

Variables

template<typename T >
constexpr bool OpenKalman::all_fixed_indices_are_euclidean
 Specifies that every fixed-size index of T is euclidean. More...
 

Detailed Description

Definition for all_fixed_indices_are_euclidean.