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

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

#include <MathUniformCudaHipBuiltIn.hpp>

Public Member Functions

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

Detailed Description

template<typename TArg>
struct alpaka::math::trait::Cosh< CoshUniformCudaHipBuiltIn, TArg, std::enable_if_t< std::is_floating_point_v< TArg > > >

The CUDA cosh trait specialization for real types.

Definition at line 660 of file MathUniformCudaHipBuiltIn.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 662 of file MathUniformCudaHipBuiltIn.hpp.


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