mxnet
Public Member Functions | Public Attributes | List of all members
mshadow::expr::ComplexUnitaryExp< calctype, OP, TA, DType, etype > Struct Template Reference

compute conj(src) where src is a complex tensor More...

#include <complex.h>

Inheritance diagram for mshadow::expr::ComplexUnitaryExp< calctype, OP, TA, DType, etype >:
Inheritance graph
Collaboration diagram for mshadow::expr::ComplexUnitaryExp< calctype, OP, TA, DType, etype >:
Collaboration graph

Public Member Functions

 ComplexUnitaryExp (const TA &src)
 constructor More...
 
- Public Member Functions inherited from mshadow::expr::Exp< ComplexUnitaryExp< calctype, OP, TA, DType, etype >, DType, etype >
const ComplexUnitaryExp< calctype, OP, TA, DType, etype > & self (void) const
 
ComplexUnitaryExp< calctype, OP, TA, DType, etype > * ptrself (void)
 

Public Attributes

const TA & src_
 source expression More...
 

Detailed Description

template<int calctype, typename OP, typename TA, typename DType, int etype>
struct mshadow::expr::ComplexUnitaryExp< calctype, OP, TA, DType, etype >

compute conj(src) where src is a complex tensor

Template Parameters
TAtype of src
etypeexpression type, sa namespace::type

Constructor & Destructor Documentation

template<int calctype, typename OP, typename TA, typename DType, int etype>
mshadow::expr::ComplexUnitaryExp< calctype, OP, TA, DType, etype >::ComplexUnitaryExp ( const TA &  src)
inlineexplicit

constructor

Member Data Documentation

template<int calctype, typename OP, typename TA, typename DType, int etype>
const TA& mshadow::expr::ComplexUnitaryExp< calctype, OP, TA, DType, etype >::src_

source expression


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