OpenKalman
Namespaces | Functions
get_pattern_collection.hpp File Reference

Definition of get_pattern_collection function. More...

#include "patterns/patterns.hpp"
#include "linear-algebra/interfaces/interfaces-defined.hpp"
#include "linear-algebra/traits/get_mdspan.hpp"
#include "linear-algebra/traits/index_count.hpp"
Include dependency graph for get_pattern_collection.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.
 

Functions

template<typename T , std::enable_if_t< indexible< T >, int > = 0>
decltype(auto) constexpr OpenKalman::get_pattern_collection (T &&t)
 Get the patterns::pattern_collection associated with indexible object T.
 

Detailed Description

Definition of get_pattern_collection function.