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

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

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