OpenKalman
Classes | Variables
fixed_pattern.hpp File Reference

Definition for coordinates::fixed_pattern. More...

#include <type_traits>
#include "basics/global-definitions.hpp"
#include "values/concepts/fixed.hpp"
#include "pattern.hpp"
#include "linear-algebra/coordinates/traits/dimension_of.hpp"
Include dependency graph for fixed_pattern.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::coordinates::detail::fixed_pattern_impl< T, typename >
 
struct  OpenKalman::coordinates::detail::fixed_pattern_impl< T, std::enable_if_t< dimension_of< T >::value !=dynamic_size > >
 

Variables

template<typename T >
constexpr bool OpenKalman::coordinates::fixed_pattern
 A coordinates::pattern for which the size is fixed at compile time. More...
 

Detailed Description

Definition for coordinates::fixed_pattern.

Variable Documentation

◆ fixed_pattern

template<typename T >
constexpr bool OpenKalman::coordinates::fixed_pattern
Initial value:
= std::is_default_constructible<std::decay_t<T>>::value and
constexpr bool value
T is numerical value or is reducible to a numerical value.
Definition: value.hpp:31

A coordinates::pattern for which the size is fixed at compile time.