OpenKalman
Namespaces | Functions
to_stat_space.hpp File Reference

Definition for coordinates::to_stat_space. More...

#include <functional>
#include "collections/collections.hpp"
#include "coordinates/interfaces/coordinate_descriptor_traits.hpp"
#include "coordinates/concepts/descriptor.hpp"
#include "coordinates/concepts/descriptor_collection.hpp"
#include "coordinates/concepts/euclidean_pattern.hpp"
#include "coordinates/traits/dimension_of.hpp"
#include "coordinates/functions/get_dimension.hpp"
#include "coordinates/functions/get_stat_dimension.hpp"
Include dependency graph for to_stat_space.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman::coordinates
 The namespace for features relating to coordinates::pattern object.
 

Functions

template<typename T , typename R , std::enable_if_t< descriptor< T > and collections::collection< R >, int > = 0>
decltype(auto) constexpr OpenKalman::coordinates::to_stat_space (const T &t, R &&data_view)
 Maps a range reflecting vector-space data to a corresponding range in a vector space for directional statistics. More...
 

Detailed Description

Definition for coordinates::to_stat_space.