CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Member Functions | List of all members
cutlass::multiply_add< T, complex< T >, complex< T > > Struct Template Reference

Fused multiply-add.

#include <functional.h>

Public Member Functions

CUTLASS_HOST_DEVICE complex< T > operator() (T const &a, complex< T > const &b, complex< T > const &c) const
 

Member Function Documentation

template<typename T >
CUTLASS_HOST_DEVICE complex<T> cutlass::multiply_add< T, complex< T >, complex< T > >::operator() ( T const &  a,
complex< T > const &  b,
complex< T > const &  c 
) const
inline

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