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

The fma trait. More...

#include <Traits.hpp>

Public Member Functions

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

Detailed Description

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

The fma trait.

Definition at line 532 of file Traits.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 534 of file Traits.hpp.


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