OpenKalman
Functions
get_stat_dimension.hpp File Reference

Definition for coordinates::get_stat_dimension. More...

#include <functional>
#include "basics/global-definitions.hpp"
#include "collections/concepts/tuple_like.hpp"
#include "linear-algebra/coordinates/concepts/pattern.hpp"
#include "linear-algebra/coordinates/concepts/descriptor.hpp"
#include "linear-algebra/coordinates/functions/internal/get_descriptor_stat_dimension.hpp"
Include dependency graph for get_stat_dimension.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename Arg , std::enable_if_t< pattern< Arg >, int > = 0>
constexpr auto OpenKalman::coordinates::get_stat_dimension (const Arg &arg)
 Get the vector dimension of coordinates::pattern Arg when transformed into statistical space. More...
 

Detailed Description

Definition for coordinates::get_stat_dimension.

Function Documentation

◆ get_stat_dimension()

template<typename Arg , std::enable_if_t< pattern< Arg >, int > = 0>
constexpr auto OpenKalman::coordinates::get_stat_dimension ( const Arg &  arg)

Get the vector dimension of coordinates::pattern Arg when transformed into statistical space.

This is the dimension of a vector corresponding to Arg that has been transformed to Euclidan space for directional statistics.