OpenKalman
Namespaces | Functions
to_euclidean.hpp File Reference

definitions for to_euclidean function. More...

#include "linear-algebra/coordinates/concepts/euclidean_pattern.hpp"
#include "linear-algebra/concepts/indexible.hpp"
#include "linear-algebra/traits/vector_space_descriptor_of.hpp"
#include "linear-algebra/adapters/ToEuclideanExpr.hpp"
#include "linear-algebra/interfaces/library-interfaces-defined.hpp"
Include dependency graph for to_euclidean.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 

Functions

template<typename Arg , std::enable_if_t< indexible< Arg >, int > = 0>
decltype(auto) constexpr OpenKalman::to_euclidean (Arg &&arg)
 Project the vector space associated with index 0 to a Euclidean space for applying directional statistics. More...
 

Detailed Description

definitions for to_euclidean function.