cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pRC::IsUnitLowerTriangular Struct Reference

#include <is_unit_lower_triangular.hpp>

Public Member Functions

template<class X , If< True< decltype(isUnitLowerTriangular(declval< X >()))> >
constexpr decltype(autooperator() (X &&a) const
 
template<class X , class XT , If< True< decltype(isUnitLowerTriangular(declval< X >(), declval< XT >()))> >
constexpr decltype(autooperator() (X &&a, XT &&tolerance) const
 

Member Function Documentation

◆ operator()() [1/2]

template<class X , If< True< decltype(isUnitLowerTriangular(declval< X >()))> >
constexpr decltype(auto) pRC::IsUnitLowerTriangular::operator() ( X && a) const
inlineconstexpr

◆ operator()() [2/2]

template<class X , class XT , If< True< decltype(isUnitLowerTriangular(declval< X >(), declval< XT >()))> >
constexpr decltype(auto) pRC::IsUnitLowerTriangular::operator() ( X && a,
XT && tolerance ) const
inlineconstexpr

The documentation for this struct was generated from the following file: