|
OpenKalman
|
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"

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... | |
Definition for collections::from_stat_space.
1.8.13