OpenKalman
Classes | Namespaces | Variables
patterns_may_match_with.hpp File Reference

Definition for patterns_may_match_with. More...

#include "coordinates/coordinates.hpp"
#include "linear-algebra/traits/get_pattern_collection.hpp"
Include dependency graph for patterns_may_match_with.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::detail::patterns_may_match_with_impl< Ps >
 
struct  OpenKalman::detail::patterns_may_match_with_impl< P, Ps... >
 
struct  OpenKalman::detail::pattern_mch< typename, Ts >
 
struct  OpenKalman::detail::pattern_mch< std::enable_if_t< patterns_may_match_with_impl< decltype(get_pattern_collection(std::declval< Ts >()))... >::value >, Ts... >
 

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 
 OpenKalman::detail
 T is an acceptable noise perturbation input to a tests.
 

Variables

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

Detailed Description

Definition for patterns_may_match_with.