OpenKalman
Classes | Namespaces | Variables
pattern_collection_for.hpp File Reference

Definition for pattern_collection_for. More...

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

Go to the source code of this file.

Classes

struct  OpenKalman::detail::compatible_shape_with_impl< P, T, a, typename >
 
struct  OpenKalman::detail::compatible_shape_with_impl< P, T, a, std::index_sequence< i... > >
 
struct  OpenKalman::detail::compatible_shape_with_impl_cpp17< P, T, a, typename >
 
struct  OpenKalman::detail::compatible_shape_with_impl_cpp17< P, T, a, std::enable_if_t< coordinates::pattern_collection< P > and indexible< T > and collections::size_of< P >::value !=stdex::dynamic_extent > >
 

Namespaces

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

Variables

template<typename P , typename T , applicability a = applicability::permitted>
constexpr bool OpenKalman::pattern_collection_for = detail::compatible_shape_with_impl_cpp17<P, T, a>::value
 pattern collection P is compatible with indexible T. More...
 

Detailed Description

Definition for pattern_collection_for.