alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::math::trait::Atan2< T, Ty, Tx, TSfinae > Struct Template Reference

The atan2 trait. More...

#include <Traits.hpp>

Public Member Functions

ALPAKA_FN_HOST_ACC auto operator() (T const &, Ty const &y, Tx const &x)
 

Detailed Description

template<typename T, typename Ty, typename Tx, typename TSfinae = void>
struct alpaka::math::trait::Atan2< T, Ty, Tx, TSfinae >

The atan2 trait.

Definition at line 403 of file Traits.hpp.

Member Function Documentation

◆ operator()()

template<typename T , typename Ty , typename Tx , typename TSfinae = void>
ALPAKA_FN_HOST_ACC auto alpaka::math::trait::Atan2< T, Ty, Tx, TSfinae >::operator() ( T const &  ,
Ty const &  y,
Tx const &  x 
)
inline

Definition at line 405 of file Traits.hpp.


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