OpenKalman
Namespaces | Functions | Variables
vector_space_descriptors_may_match_with.hpp File Reference

Definition for vector_space_descriptors_may_match_with. More...

#include "linear-algebra/coordinates/concepts/compares_with.hpp"
Include dependency graph for vector_space_descriptors_may_match_with.hpp:
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 I, typename T , typename... Ts>
constexpr bool OpenKalman::detail::maybe_equivalent_descriptors_per_index ()
 
template<typename... Ts, std::size_t... Is>
constexpr bool OpenKalman::detail::vector_space_descriptors_may_match_with_impl (std::index_sequence< Is... >)
 

Variables

template<typename... Ts>
constexpr bool OpenKalman::vector_space_descriptors_may_match_with
 Specifies that indexible objects Ts may have equivalent dimensions and vector-space types. More...
 

Detailed Description

Definition for vector_space_descriptors_may_match_with.