OpenKalman
Classes | Namespaces | Variables
stat_dimension_of.hpp File Reference

Definition for coordinates::stat_dimension_of. More...

#include <type_traits>
#include "values/concepts/fixed.hpp"
#include "values/functions/to_value_type.hpp"
#include "coordinates/functions/get_stat_dimension.hpp"
Include dependency graph for stat_dimension_of.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::coordinates::stat_dimension_of< T, typename >
 The dimension size of a set of coordinates::pattern if it is transformed into Euclidean space. More...
 
struct  OpenKalman::coordinates::stat_dimension_of< T, std::enable_if_t< values::index< decltype(coordinates::get_stat_dimension(std::declval< T >()))> > >
 

Namespaces

 OpenKalman::coordinates
 The namespace for features relating to coordinates::pattern object.
 

Variables

template<typename T >
constexpr auto OpenKalman::coordinates::stat_dimension_of_v = stat_dimension_of<T>::value
 Helper template for coordinates::stat_dimension_of.
 

Detailed Description

Definition for coordinates::stat_dimension_of.