OpenKalman
Namespaces | Functions
set_slice.hpp File Reference

Definition of set_slice 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.
 
 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...
 

Detailed Description

Definition of set_slice function.