|
OpenKalman
|
Definition for coordinates::wrap. More...
#include <type_traits>#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/functions/to_stat_space.hpp"#include "coordinates/functions/from_stat_space.hpp"#include "coordinates/traits/dimension_of.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::wrap (const T &t, R &&data_view) |
| wraps a range reflecting vector-space data to its primary range. More... | |
Definition for coordinates::wrap.
1.8.13