OpenKalman
Namespaces | Functions
from_stat_space.hpp File Reference

Definition for collections::from_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/stat_dimension_of.hpp"
#include "coordinates/functions/get_dimension.hpp"
#include "coordinates/functions/get_stat_dimension.hpp"
Include dependency graph for from_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::from_stat_space (const T &t, R &&stat_data_view)
 Maps a range in a vector space for directional-statistics back to a range reflecting vector-space data. More...
 

Detailed Description

Definition for collections::from_stat_space.