OpenKalman
Classes | 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_number.hpp"
#include "linear-algebra/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< not values::fixed< decltype(get_stat_dimension(std::declval< std::decay_t< T >>()))> > >
 
struct  OpenKalman::coordinates::stat_dimension_of< T, std::enable_if_t< values::fixed< decltype(get_stat_dimension(std::declval< std::decay_t< T >>()))> > >
 

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.