OpenKalman
|
Definition of set_slice function. More...
Go to the source code of this file.
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
OpenKalman::detail | |
T is an acceptable noise perturbation input to a tests. | |
Functions | |
template<typename Arg , typename Block , typename... Begin, std::enable_if_t< writable< Arg > and indexible< Block > and(values::index< Begin > and ...) and(sizeof...(Begin) > = index_count<Arg>::value> | |
constexpr Arg && | OpenKalman::set_slice (Arg &&arg, Block &&block, const Begin &...begin) |
Assign an object to a particular slice of a matrix or tensor. More... | |
Definition of set_slice function.