cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
chip.hpp File Reference
#include <prc/core/functors/view.hpp>
#include <prc/core/tensor/views/chip.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<Index... Ds, class X , class... Is, class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< IsInvocable< View, X > > = 0, If< All< IsConvertible< Is, Index >... > > = 0, If< IsSatisfied<(sizeof...(Is)==sizeof...(Ds))> > = 0, If< True< decltype(chip< Ds... >(makeSeries< Index, typename R::Dimension{}>()))> >
static constexpr auto pRC::chip (X &&a, Is const ... indices)
 
template<Index... Ds, class X , class... Is, class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< Not< IsInvocable< View, X > > > = 0, If< IsInvocable< Chip< Ds... >, X &, Is... > > = 0>
static constexpr auto pRC::chip (X &&a, Is const ... indices)