OpenKalman
Classes | Namespaces | Variables
compares_with_pattern_collection.hpp File Reference

Definition for compares_with_pattern_collection. More...

#include "patterns/patterns.hpp"
#include "linear-algebra/concepts/indexible.hpp"
#include "linear-algebra/traits/pattern_collection_type_of.hpp"
Include dependency graph for compares_with_pattern_collection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::detail::compares_with_pattern_collection_impl< T, P, comp, a, typename >
 
struct  OpenKalman::detail::compares_with_pattern_collection_impl< T, P, comp, a, std::enable_if_t< patterns::collection_compares_with< typename pattern_collection_type_of< T >::type, P, comp, a > > >
 

Namespaces

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

Variables

template<typename T , typename P , auto comp = &stdex::is_eq, applicability a = applicability::permitted>
constexpr bool OpenKalman::compares_with_pattern_collection
 Compares the associated pattern collection of indexible T with pattern_collection D. More...
 

Detailed Description

Definition for compares_with_pattern_collection.