OpenKalman
Functions
best_vector_space_descriptor.hpp File Reference
#include "linear-algebra/coordinates/concepts/compares_with.hpp"
Include dependency graph for best_vector_space_descriptor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename D , typename... Ds, std::enable_if_t<(... and compares_with< D, Ds, equal_to<>, Applicability::permitted >), int > = 0>
decltype(auto) constexpr OpenKalman::internal::best_vector_space_descriptor (D &&d, Ds &&...ds)
 Given one or more /ref coordinates::pattern objects, return the "best" one (i.e., the one that is static).