OpenKalman
|
Definition for coordinates::get_slice. More...
#include "linear-algebra/coordinates/descriptors/internal/Slice.hpp"
Go to the source code of this file.
Functions | |
template<typename Scalar , typename Arg , typename Offset , typename Extent , std::enable_if_t< values::number< Scalar > and coordinates::pattern< Arg > and values::index< Offset > and values::index< Extent > and(dynamic_pattern< Arg > or detail::slice_is_within_range< Arg, Offset, Extent >::value), int > = 0> | |
constexpr auto | OpenKalman::coordinates::get_slice (Arg &&arg, const Offset &offset, const Extent &extent) |
Get a slice of coordinates::pattern T. More... | |
Definition for coordinates::get_slice.
constexpr auto OpenKalman::coordinates::get_slice | ( | Arg && | arg, |
const Offset & | offset, | ||
const Extent & | extent | ||
) |
Get a slice of coordinates::pattern T.
T | The coordinates::pattern |
Offset | The beginning location of the slice. |
Extent | The size of the slize. |