OpenKalman
Namespaces | Functions
from_euclidean.hpp File Reference

Definitions for from_euclidean function. More...

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 , typename V , std::enable_if_t< coordinates::euclidean_pattern< vector_space_descriptor_of_t< Arg, 0 >> and coordinates::pattern< V >, int > = 0>
decltype(auto) constexpr OpenKalman::from_euclidean (Arg &&arg, const V &v)
 Project the Euclidean vector space associated with index 0 to coordinates::pattern v after applying directional statistics. More...
 

Detailed Description

Definitions for from_euclidean function.