OpenKalman
Classes | Namespaces | Functions
ToEuclideanExpr.hpp File Reference

ToEuclideanExpr and related definitions. More...

#include "linear-algebra/coordinates/coordinates.hpp"
#include "linear-algebra/concepts/identity_matrix.hpp"
#include "linear-algebra/concepts/zero.hpp"
#include "linear-algebra/property-functions/count_indices.hpp"
#include "linear-algebra/traits/traits.hpp"
#include "linear-algebra/adapters/internal/AdapterBase.hpp"
Include dependency graph for ToEuclideanExpr.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::ToEuclideanExpr< NestedObject >
 An expression that transforms vector space descriptors into Euclidean space for application of directional statistics. More...
 
struct  OpenKalman::interface::indexible_object_traits< ToEuclideanExpr< NestedObject > >
 
struct  OpenKalman::interface::library_interface< ToEuclideanExpr< NestedObject > >
 

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 

Functions

template<typename Arg , std::enable_if_t< indexible< Arg >, int > = 0>
 OpenKalman::ToEuclideanExpr (Arg &&) -> ToEuclideanExpr< Arg >
 Deduction guide.
 

Detailed Description

ToEuclideanExpr and related definitions.