alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::math::trait::SinCos< T, TArg, TSfinae > Struct Template Reference

The sincos trait. More...

#include <Traits.hpp>

Public Member Functions

ALPAKA_FN_HOST_ACC auto operator() (T const &, TArg const &arg, TArg &result_sin, TArg &result_cos)
 

Detailed Description

template<typename T, typename TArg, typename TSfinae = void>
struct alpaka::math::trait::SinCos< T, TArg, TSfinae >

The sincos trait.

Definition at line 792 of file Traits.hpp.

Member Function Documentation

◆ operator()()

template<typename T , typename TArg , typename TSfinae = void>
ALPAKA_FN_HOST_ACC auto alpaka::math::trait::SinCos< T, TArg, TSfinae >::operator() ( T const &  ,
TArg const &  arg,
TArg &  result_sin,
TArg &  result_cos 
)
inline

Definition at line 794 of file Traits.hpp.


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