alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::math::internal::SinCos::Op< T_MathImpl, T_Arg > Struct Template Reference

#include <math.hpp>

Public Member Functions

constexpr auto operator() (T_MathImpl, T_Arg const &arg, T_Arg &result_sin, T_Arg &result_cos) const

Detailed Description

template<typename T_MathImpl, typename T_Arg>
struct alpaka::math::internal::SinCos::Op< T_MathImpl, T_Arg >

Definition at line 151 of file math.hpp.

Member Function Documentation

◆ operator()()

template<typename T_MathImpl, typename T_Arg>
auto alpaka::math::internal::SinCos::Op< T_MathImpl, T_Arg >::operator() ( T_MathImpl ,
T_Arg const & arg,
T_Arg & result_sin,
T_Arg & result_cos ) const
inlineconstexpr

Definition at line 153 of file math.hpp.


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