OpenKalman
Variables
dynamic_pattern.hpp File Reference

Definition for coordinates::dynamic_pattern. More...

#include "linear-algebra/coordinates/concepts/pattern.hpp"
#include "linear-algebra/coordinates/concepts/fixed_pattern.hpp"
Include dependency graph for dynamic_pattern.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

template<typename T >
constexpr bool OpenKalman::coordinates::dynamic_pattern
 A coordinates::pattern for which the size is defined at runtime. More...
 

Detailed Description

Definition for coordinates::dynamic_pattern.

Variable Documentation

◆ dynamic_pattern

template<typename T >
constexpr bool OpenKalman::coordinates::dynamic_pattern
Initial value:
=
pattern<T> and (not fixed_pattern<T>)

A coordinates::pattern for which the size is defined at runtime.