complex.h File Reference

A class implementing complex numbers for ARTS. More...

#include <complex>
#include "arts.h"

Go to the source code of this file.

Typedefs

typedef complex< NumericComplex

Functions

complex< float > operator+ (const double &d, const complex< float > &c)
complex< float > operator* (const double &d, const complex< float > &c)
complex< float > operator+ (const complex< float > &c, const double &d)
complex< float > operator* (const complex< float > &c, const double &d)
complex< double > operator+ (const float &f, const complex< double > &c)
complex< double > operator* (const float &f, const complex< double > &c)
complex< double > operator+ (const complex< double > &c, const float &d)
complex< double > operator* (const complex< double > &c, const float &d)


Detailed Description

A class implementing complex numbers for ARTS.

Author:
Oliver Lemke <olemke@uni-bremen.de>
Date:
2002-12-19

Definition in file complex.h.


Typedef Documentation

Definition at line 32 of file complex.h.


Function Documentation

complex<double> operator* ( const complex< double > &  c,
const float &  d 
)

Definition at line 66 of file complex.cc.

complex<double> operator* ( const float &  f,
const complex< double > &  c 
)

Definition at line 56 of file complex.cc.

complex<float> operator* ( const complex< float > &  c,
const double &  d 
)

Definition at line 44 of file complex.cc.

complex<float> operator* ( const double &  d,
const complex< float > &  c 
)

Definition at line 33 of file complex.cc.

complex<double> operator+ ( const complex< double > &  c,
const float &  d 
)

Definition at line 61 of file complex.cc.

complex<double> operator+ ( const float &  f,
const complex< double > &  c 
)

Definition at line 51 of file complex.cc.

complex<float> operator+ ( const complex< float > &  c,
const double &  d 
)

Definition at line 39 of file complex.cc.

complex<float> operator+ ( const double &  d,
const complex< float > &  c 
)

Definition at line 28 of file complex.cc.


Generated on Wed Feb 4 08:17:22 2009 for ARTS by  doxygen 1.5.6