mxnet
Static Public Member Functions | List of all members
mshadow::op::complex::mul Struct Reference

#include <complex.h>

Collaboration diagram for mshadow::op::complex::mul:
Collaboration graph

Static Public Member Functions

template<typename DType >
static MSHADOW_XINLINE DType RealMap (DType a_real, DType a_imag, DType b_real, DType b_imag)
 map a_real, a_imag, b_real, b_imag to result using defined operation More...
 
template<typename DType >
static MSHADOW_XINLINE DType ImagMap (DType a_real, DType a_imag, DType b_real, DType b_imag)
 

Member Function Documentation

template<typename DType >
static MSHADOW_XINLINE DType mshadow::op::complex::mul::ImagMap ( DType  a_real,
DType  a_imag,
DType  b_real,
DType  b_imag 
)
inlinestatic
template<typename DType >
static MSHADOW_XINLINE DType mshadow::op::complex::mul::RealMap ( DType  a_real,
DType  a_imag,
DType  b_real,
DType  b_imag 
)
inlinestatic

map a_real, a_imag, b_real, b_imag to result using defined operation


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