Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

VrComplex.h File Reference

#include <cmath>
#include <iostream>

Go to the source code of this file.

Functions

float imag (const VrComplex &x)
float real (const VrComplex &x)
VrComplex operator+ (const VrComplex &x, const VrComplex &y)
VrComplex operator+ (const VrComplex &x, float y)
VrComplex operator+ (float x, const VrComplex &y)
VrComplex operator- (const VrComplex &x, const VrComplex &y)
VrComplex operator- (const VrComplex &x, float y)
VrComplex operator- (float x, const VrComplex &y)
VrComplex operator * (const VrComplex &x, const VrComplex &y)
VrComplex operator * (const VrComplex &x, float y)
VrComplex operator * (float x, const VrComplex &y)
VrComplex operator/ (const VrComplex &x, float y)
VrComplex operator+ (const VrComplex &x)
VrComplex operator- (const VrComplex &x)
bool operator== (const VrComplex &x, const VrComplex &y)
bool operator== (const VrComplex &x, float y)
bool operator== (float x, const VrComplex &y)
bool operator!= (const VrComplex &x, const VrComplex &y)
bool operator!= (const VrComplex &x, float y)
bool operator!= (float x, const VrComplex &y)
double hypot (double, double)
float abs (const VrComplex &x)
float arg (const VrComplex &x)
VrComplex polar (float r, float t)
VrComplex conj (const VrComplex &x)
float norm (const VrComplex &x)
VrComplex operator/ (const VrComplex &x, const VrComplex &y)
VrComplex operator/ (float x, const VrComplex &y)
VrComplex cos (const VrComplex &)
VrComplex cosh (const VrComplex &)
VrComplex exp (const VrComplex &)
VrComplex log (const VrComplex &)
VrComplex pow (const VrComplex &, const VrComplex &)
VrComplex pow (const VrComplex &, float)
VrComplex pow (const VrComplex &, int)
VrComplex pow (float, const VrComplex &)
VrComplex sin (const VrComplex &)
VrComplex sinh (const VrComplex &)
VrComplex sqrt (const VrComplex &)
char real (const char &c)
char imag (const char &)
short real (const short &s)
short imag (const short &)
int real (const int &i)
int imag (const int &)
float real (const float &f)
float imag (const float &)
istream & operator>> (istream &, VrComplex &)
ostream & operator<< (ostream &, const VrComplex &)


Function Documentation

float abs (  const VrComplex &  x  )  [inline]
 

float arg (  const VrComplex &  x  )  [inline]
 

VrComplex conj (  const VrComplex &  x  )  [inline]
 

VrComplex cos (  const VrComplex &   ) 
 

VrComplex cosh (  const VrComplex &   ) 
 

VrComplex exp (  const VrComplex &   ) 
 

double hypot (  double  ,
double 
) 
 

float imag (  const float &   )  [inline]
 

int imag (  const int &   )  [inline]
 

short imag (  const short &   )  [inline]
 

char imag (  const char &   )  [inline]
 

float imag (  const VrComplex &  x  )  [inline]
 

VrComplex log (  const VrComplex &   ) 
 

float norm (  const VrComplex &  x  )  [inline]
 

VrComplex operator * (  float  x,
const VrComplex &  y
)  [inline]
 

VrComplex operator * (  const VrComplex &  x,
float  y
)  [inline]
 

VrComplex operator * (  const VrComplex &  x,
const VrComplex &  y
)  [inline]
 

bool operator!= (  float  x,
const VrComplex &  y
)  [inline]
 

bool operator!= (  const VrComplex &  x,
float  y
)  [inline]
 

bool operator!= (  const VrComplex &  x,
const VrComplex &  y
)  [inline]
 

VrComplex operator+ (  const VrComplex &  x  )  [inline]
 

VrComplex operator+ (  float  x,
const VrComplex &  y
)  [inline]
 

VrComplex operator+ (  const VrComplex &  x,
float  y
)  [inline]
 

VrComplex operator+ (  const VrComplex &  x,
const VrComplex &  y
)  [inline]
 

VrComplex operator- (  const VrComplex &  x  )  [inline]
 

VrComplex operator- (  float  x,
const VrComplex &  y
)  [inline]
 

VrComplex operator- (  const VrComplex &  x,
float  y
)  [inline]
 

VrComplex operator- (  const VrComplex &  x,
const VrComplex &  y
)  [inline]
 

VrComplex operator/ (  float  x,
const VrComplex &  y
) 
 

VrComplex operator/ (  const VrComplex &  x,
const VrComplex &  y
) 
 

VrComplex operator/ (  const VrComplex &  x,
float  y
)  [inline]
 

ostream& operator<< (  ostream &  ,
const VrComplex & 
) 
 

bool operator== (  float  x,
const VrComplex &  y
)  [inline]
 

bool operator== (  const VrComplex &  x,
float  y
)  [inline]
 

bool operator== (  const VrComplex &  x,
const VrComplex &  y
)  [inline]
 

istream& operator>> (  istream &  ,
VrComplex & 
) 
 

VrComplex polar (  float  r,
float  t
)  [inline]
 

VrComplex pow (  float  ,
const VrComplex & 
) 
 

VrComplex pow (  const VrComplex &  ,
int 
) 
 

VrComplex pow (  const VrComplex &  ,
float 
) 
 

VrComplex pow (  const VrComplex &  ,
const VrComplex & 
) 
 

float real (  const float &  f  )  [inline]
 

int real (  const int &  i  )  [inline]
 

short real (  const short &  s  )  [inline]
 

char real (  const char &  c  )  [inline]
 

float real (  const VrComplex &  x  )  [inline]
 

VrComplex sin (  const VrComplex &   ) 
 

VrComplex sinh (  const VrComplex &   ) 
 

VrComplex sqrt (  const VrComplex &   ) 
 


Generated on Tue Mar 15 23:46:36 2005 for GNU Radio by  doxygen 1.4.0