cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
is_strictly_upper_triangular.hpp File Reference
#include <prc/core/functors/is_approx.hpp>
#include <prc/core/functors/strictly_upper_triangular.hpp>
#include <prc/core/tensor/operator/functions/strictly_upper_triangular.hpp>
#include <prc/core/tensor/type_traits.hpp>
#include <prc/core/value/limits.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< IsInvocable< StrictlyUpperTriangular, X > > = 0, If< IsInvocable< IsApprox, ResultOf< StrictlyUpperTriangular, X >, X > > = 0, class TT = typename R::Value>
static constexpr auto pRC::isStrictlyUpperTriangular (X &&a, TT const &tolerance=NumericLimits< TT >::tolerance())