|
cMHN 1.1
C++ library for learning MHNs with pRC
|
Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<Index... Ns, class F , class... Xs, If< All< IsTensorish< RemoveReference< Xs > >... > > = 0, If< IsSame< decltype(chip< Ns... >(typename RemoveReference< Xs >::Sizes()))... > , If< True< decltype(chip< Ns... >(makeSeries< Index, Common< typename RemoveReference< Xs >::Dimension... >{}>()))> > | |
| static constexpr auto | pRC::narrow (F &&f, Xs &&...args) |
| template<class F , Index... Ns, class... Xs, If< All< IsTensorish< RemoveReference< Xs > >... > > = 0, If< IsSame< decltype(chip< Ns... >(typename RemoveReference< Xs >::Sizes()))... > , If< True< decltype(chip< Ns... >(makeSeries< Index, Common< typename RemoveReference< Xs >::Dimension... >{}>()))> > | |
| static constexpr auto | pRC::narrow (Xs &&...args) |