DPC++ Runtime
Runtime libraries for oneAPI DPC++
syclcompat::detail::vectorized_binary< VecT, BinaryOperation, class > Class Template Reference

#include <syclcompat/math.hpp>

Public Member Functions

VecT operator() (VecT a, VecT b, const BinaryOperation binary_op)
 

Detailed Description

template<typename VecT, class BinaryOperation, class = void>
class syclcompat::detail::vectorized_binary< VecT, BinaryOperation, class >

Definition at line 71 of file math.hpp.

Member Function Documentation

◆ operator()()

template<typename VecT , class BinaryOperation , class = void>
VecT syclcompat::detail::vectorized_binary< VecT, BinaryOperation, class >::operator() ( VecT  a,
VecT  b,
const BinaryOperation  binary_op 
)
inline

Definition at line 73 of file math.hpp.


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