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

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<Index... Ps, class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< IsInvocable< View, X > > = 0, If< IsSatisfied<(sizeof...(Ps)==typename R::Dimension())> > = 0, If< IsSatisfied<(max(Ps...)< typename R::Dimension())> > = 0, If< IsUnique< Constant< Index, Ps >... > > = 0>
static constexpr auto pRC::permute (X &&a)
 
template<class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< IsInvocable< View, X > > = 0, If< IsSatisfied<(0==typename R::Dimension())> > = 0>
static constexpr auto pRC::permute (X &&a)
 
template<Index... Ps, class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< Not< IsInvocable< View, X > > > = 0, If< IsInvocable< Permute< Ps... >, X & > > = 0>
static constexpr auto pRC::permute (X &&a)