OpenKalman
Namespaces | Functions
get_chip.hpp File Reference

Definition of get_chip function. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition of get_chip function.