OpenKalman
Namespaces | Functions
vector_space_descriptors_match.hpp File Reference

Definition of vector_space_descriptors_match 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<std::size_t... Is>
constexpr bool OpenKalman::detail::vector_space_descriptors_match_impl (std::index_sequence< Is... >)
 
template<std::size_t... Is, typename T , typename... Ts>
constexpr bool OpenKalman::detail::vector_space_descriptors_match_impl (std::index_sequence< Is... >, const T &t, const Ts &...ts)
 
constexpr bool OpenKalman::detail::vector_space_descriptors_match_dyn_impl ()
 
template<typename T , typename... Ts>
constexpr bool OpenKalman::detail::vector_space_descriptors_match_dyn_impl (const T &t, const Ts &...ts)
 
template<typename... Ts, std::enable_if_t<(interface::count_indices_defined_for< Ts > and ...), int > = 0>
constexpr bool OpenKalman::vector_space_descriptors_match (const Ts &...ts)
 Return true if every set of coordinates::pattern of a set of objects match. More...
 

Detailed Description

Definition of vector_space_descriptors_match function.