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

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<Index P, Index Q = P, class X >
requires IsTensorish<RemoveReference<X>> && (Q == 1) && IsInvocable<Loop<Norm<P, 1>>, X>
static constexpr auto pRC::norm (X &&a)
 
template<Index P = 2, Index Q = P, class X >
requires IsTensorish<RemoveReference<X>> && (Q == 2) && IsInvocable<Loop<Norm<P, 1>>, X>
static constexpr auto pRC::norm (X &&a)
 
template<Index P, Index Q, class X >
requires IsTensorish<RemoveReference<X>> && (Q == 0 && P != 0) && IsInvocable<Loop<Norm<P, P>>, X>
static constexpr auto pRC::norm (X &&a)