|
| Complex (Type real, Type imag) |
|
| Complex (std::complex< Type > cVal) |
|
| Complex (Data &data) |
|
| Complex (const Complex< Type > &complx) |
|
virtual | ~Complex () |
|
void | setReal (Type real) |
|
void | setImag (Type imag) |
|
Type | real () |
|
Type | imag () |
|
double | amp () |
|
double | amplitude () |
|
double | squaredAmplitude () const |
|
Complex< Type > | conjugate () const |
|
double | phaseInRadians () |
|
double | phaseInDegrees () |
|
void | initialize () |
|
void | operator= (Data &data) |
|
void | operator= (const Complex< Type > &cmplx) |
|
void | operator+= (const Complex< Type > &cmplx) |
|
void | operator-= (const Complex< Type > &cmplx) |
|
Complex< Type > | operator+ (const Complex< Type > &cmplx) |
|
Complex< Type > | operator- (const Complex< Type > &cmplx) |
|
Complex< Type > | operator* (const Complex< Type > &cmplx) |
|
Complex< Type > | operator/ (const Complex< Type > &cmplx) |
|
Complex< Type > | operator/ (unsigned int divisor) |
|
Complex< Type > | operator/ (double divisor) |
|
bool | operator== (Complex< Type > &comp) |
|
bool | operator> (Complex< Type > &comp) |
|
bool | operator>= (Complex< Type > &comp) |
|
bool | operator< (Complex< Type > &comp) |
|
bool | operator<= (Complex< Type > &comp) |
|
Data * | data () |
|
|
std::ostream & | gcp::util::operator<< (std::ostream &os, Complex< Type > &val) |
|
std::ostringstream & | gcp::util::operator<< (std::ostringstream &os, Complex< Type > &val) |
|
The documentation for this class was generated from the following file: