stComplex Struct Reference

#include <cmatrix.h>


Detailed Description

A complex data struct.

Definition at line 67 of file cmatrix.h.


Data Fields

double re
 The real part.
double im
 The imaginary part.

Field Documentation

double stComplex::re

The real part.

Definition at line 69 of file cmatrix.h.

double stComplex::im

The imaginary part.

Definition at line 70 of file cmatrix.h.


The documentation for this struct was generated from the following file: