cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
slice.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<Size... Es, class X , IsConvertible< Index >... Os, IsTensorish R = RemoveReference<X>>
requires (sizeof...(Es) == R::Dimension && sizeof...(Os) == R::Dimension && Sizes<Es...>() <= typename R::Sizes())
static constexpr auto pRC::slice (X &&a, Os const ... offsets)