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

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<Index... Ns, class F , class... Xs>
requires (IsTensorish<RemoveReference<Xs>> && ...) && (sizeof...(Xs) > 0) && ((chip<Ns...>(typename TupleElement<0, Tuple<RemoveReference<Xs>...>>::Sizes()) == chip<Ns...>(RemoveReference<Xs>::Sizes())) && ...)
static constexpr auto pRC::narrow (F &&f, Xs &&...args)
 
template<class F , Index... Ns, class... Xs>
requires (IsTensorish<RemoveReference<Xs>> && ...) && requires { narrow<Ns...>(declval<F>(), declval<Xs>()...); }
static constexpr auto pRC::exclude (Xs &&...args)