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

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

#include <MathUniformCudaHipBuiltIn.hpp>

Public Member Functions

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

Detailed Description

template<typename TArg>
struct alpaka::math::trait::Atan< AtanUniformCudaHipBuiltIn, TArg, std::enable_if_t< std::is_floating_point_v< TArg > > >

The CUDA atan trait specialization for real types.

Definition at line 467 of file MathUniformCudaHipBuiltIn.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 469 of file MathUniformCudaHipBuiltIn.hpp.


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