oaComplex.inl File Reference


Defines

#define oaComplex_I

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)

Define Documentation

#define oaComplex_I
 


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]
 

Return to top of page