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

Fused multiply-add.

#include <functional.h>

Public Member Functions

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

Member Function Documentation

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

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