OpenKalman
|
Definition of get_chip function. More...
Go to the source code of this file.
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
Functions | |
template<std::size_t... indices, typename Arg , typename... Ixs, std::enable_if_t< indexible< Arg > and(values::index< Ixs > and ...) and(sizeof...(indices)==sizeof...(Ixs)), int > = 0> | |
decltype(auto) constexpr | OpenKalman::get_chip (Arg &&arg, Ixs...ixs) |
Extract a sub-array having rank less than the rank of the input object. More... | |
Definition of get_chip function.