oaComplex.h File Reference

Go to the source code of this file.

Compounds

class  oaComplex
class  oaComplexArray

Defines

#define oaComplex_P

Functions

template<class obj> oaComplex< obj > operator+ (const oaComplex< obj > &c1, const oaComplex< obj > &c2)
template<class obj> oaComplex< obj > operator- (const oaComplex< obj > &c1, const oaComplex< obj > &c2)
template<class obj> oaComplex< obj > operator * (const oaComplex< obj > &c1, const oaComplex< obj > &c2)
template<class obj> oaComplex< obj > operator/ (const oaComplex< obj > &c1, const oaComplex< obj > &c2)

Variables

BEGIN_OA_NAMESPACE class oaChecker


Define Documentation

#define oaComplex_P
 


Function Documentation

template<class obj>
oaComplex<obj> operator * const oaComplex< obj > &    c1,
const oaComplex< obj > &    c2
[inline]
 

template<class obj>
oaComplex<obj> operator+ const oaComplex< obj > &    c1,
const oaComplex< obj > &    c2
[inline]
 

template<class obj>
oaComplex<obj> operator- const oaComplex< obj > &    c1,
const oaComplex< obj > &    c2
[inline]
 

template<class obj>
oaComplex<obj> operator/ const oaComplex< obj > &    c1,
const oaComplex< obj > &    c2
[inline]
 


Variable Documentation

BEGIN_OA_NAMESPACE class oaChecker
 

Return to top of page