OpenKalman
Functions
to_euclidean_pattern_collection.hpp File Reference
#include "collections/collections.hpp"
#include "coordinates/concepts/pattern_collection.hpp"
Include dependency graph for to_euclidean_pattern_collection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T , std::enable_if_t< pattern_collection< T >, int > = 0>
decltype(auto) OpenKalman::coordinates::internal::to_euclidean_pattern_collection (T &&t)
 Convert a pattern_collection to its equivalent-sized coordinates::euclidean_pattern_collection.