alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::math::internal::Fma::Op< T_MathImpl, T_X, T_Y, T_Z > Struct Template Reference

#include <math.hpp>

Public Member Functions

constexpr auto operator() (T_MathImpl, T_X const &x, T_Y const &y, T_Z const &z) const

Detailed Description

template<typename T_MathImpl, typename T_X, typename T_Y, typename T_Z>
struct alpaka::math::internal::Fma::Op< T_MathImpl, T_X, T_Y, T_Z >

Definition at line 284 of file math.hpp.

Member Function Documentation

◆ operator()()

template<typename T_MathImpl, typename T_X, typename T_Y, typename T_Z>
auto alpaka::math::internal::Fma::Op< T_MathImpl, T_X, T_Y, T_Z >::operator() ( T_MathImpl ,
T_X const & x,
T_Y const & y,
T_Z const & z ) const
inlineconstexpr

Definition at line 286 of file math.hpp.


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