pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pRC::Apply< T, R, H > Struct Template Reference

#include <apply.hpp>

Public Member Functions

template<class XA , class XB , If< True< decltype(apply< T, R, H >(declval< XA >(), declval< XB >()))> >
constexpr decltype(autooperator() (XA &&a, XB &&b) const
 

Member Function Documentation

◆ operator()()

template<Operator::Transform T = Operator::Transform::None, Operator::Restrict R = Operator::Restrict::None, Operator::Hint H = Operator::Hint::None>
template<class XA , class XB , If< True< decltype(apply< T, R, H >(declval< XA >(), declval< XB >()))> >
constexpr decltype(auto) pRC::Apply< T, R, H >::operator() ( XA &&  a,
XB &&  b 
) const
inlineconstexpr

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