OpenKalman
Functions
get_is_euclidean.hpp File Reference

Definition for get_is_euclidean. More...

#include "../../../basics/compatibility/language-features.hpp"
#include "values/concepts/index.hpp"
#include "values/classes/operation.hpp"
#include "collections/concepts/tuple_like.hpp"
#include "linear-algebra/coordinates/interfaces/coordinate_descriptor_traits.hpp"
#include "linear-algebra/coordinates/concepts/pattern.hpp"
#include "linear-algebra/coordinates/concepts/descriptor.hpp"
Include dependency graph for get_is_euclidean.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename Arg >
constexpr auto OpenKalman::coordinates::detail::get_descriptor_is_euclidean (const Arg &arg)
 
template<typename Arg , std::enable_if_t< pattern< Arg >, int > = 0>
constexpr auto OpenKalman::coordinates::get_is_euclidean (const Arg &arg)
 Determine, whether coordinates::pattern Arg is euclidean.
 

Detailed Description

Definition for get_is_euclidean.