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

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class F , class... Xs>
requires ((TensorTrain::IsTensorish<RemoveReference<Xs>> || TensorTrain::IsOperatorish<RemoveReference<Xs>>) && ...) && (sizeof...(Xs) > 0) && (isSame(RemoveReference<Xs>::Dimension...)) && requires { declval<F>().template operator()<0>( declval<Xs>().template core<0>()...); }
static constexpr auto pRC::enumerate (F &&f, Xs &&...args)
 
template<class F , class... Xs>
requires ((TensorTrain::IsTensorish<RemoveReference<Xs>> || TensorTrain::IsOperatorish<RemoveReference<Xs>>) && ...) && requires { enumerate(declval<F>(), declval<Xs>()...); }
static constexpr auto pRC::enumerate (Xs &&...args)