|
OpenKalman
|
definitions for to_euclidean function. More...
#include "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/interfaces-defined.hpp"
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... | |
definitions for to_euclidean function.
1.8.13