pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pRC::IsSymmetric Struct Reference

#include <is_symmetric.hpp>

Public Member Functions

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

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

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