alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::math::trait::Sin< SinUniformCudaHipBuiltIn, TArg, std::enable_if_t< std::is_floating_point_v< TArg > > > Struct Template Reference

The CUDA sin trait specialization for real types. More...

#include <MathUniformCudaHipBuiltIn.hpp>

Public Member Functions

__host__ __device__ auto operator() (SinUniformCudaHipBuiltIn const &, TArg const &arg)
 

Detailed Description

template<typename TArg>
struct alpaka::math::trait::Sin< SinUniformCudaHipBuiltIn, TArg, std::enable_if_t< std::is_floating_point_v< TArg > > >

The CUDA sin trait specialization for real types.

Definition at line 1161 of file MathUniformCudaHipBuiltIn.hpp.

Member Function Documentation

◆ operator()()

template<typename TArg >
__host__ __device__ auto alpaka::math::trait::Sin< SinUniformCudaHipBuiltIn, TArg, std::enable_if_t< std::is_floating_point_v< TArg > > >::operator() ( SinUniformCudaHipBuiltIn const &  ,
TArg const &  arg 
)
inline

Definition at line 1163 of file MathUniformCudaHipBuiltIn.hpp.


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