OpenKalman
|
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"
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... | |
Definition for coordinates::get_stat_dimension.
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.