OpenKalman
|
#include "values/concepts/index.hpp"
#include "values/concepts/fixed.hpp"
#include "collections/concepts/sized_random_access_range.hpp"
#include "collections/functions/get_size.hpp"
#include "linear-algebra/coordinates/concepts/descriptor_collection.hpp"
#include "linear-algebra/coordinates/functions/internal/get_descriptor_collection_element.hpp"
Go to the source code of this file.
Functions | |
template<typename Arg > | |
OpenKalman::coordinates::comparison_view (Arg &&) -> comparison_view< Arg > | |
Deduction guide. | |
Variables | |
constexpr detail::comparison_impl | OpenKalman::coordinates::views::comparison |
a RangeAdapterObject associated with comparison_view. More... | |
|
inline |
a RangeAdapterObject associated with comparison_view.
The expression views::comparison(arg)
is expression-equivalent to comparison_view(arg)
for any suitable collection arg.