OpenKalman
Classes | Variables
dimension_of.hpp File Reference

Definition for coordinates::dimension_of. More...

#include <type_traits>
#include "basics/global-definitions.hpp"
#include "values/concepts/fixed.hpp"
#include "values/functions/to_number.hpp"
#include "linear-algebra/coordinates/functions/get_dimension.hpp"
Include dependency graph for 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::dimension_of< T, typename >
 The size of a coordinates::pattern. More...
 
struct  OpenKalman::coordinates::dimension_of< T, std::enable_if_t< not values::fixed< decltype(get_dimension(std::declval< std::decay_t< T >>()))> > >
 
struct  OpenKalman::coordinates::dimension_of< T, std::enable_if_t< values::fixed< decltype(get_dimension(std::declval< std::decay_t< T >>()))> > >
 

Variables

template<typename T >
constexpr auto OpenKalman::coordinates::dimension_of_v = dimension_of<T>::value
 Helper template for coordinates::dimension_of.
 

Detailed Description

Definition for coordinates::dimension_of.