complex_t Struct Reference

The type complex_t is used to store a complex value. Its attributes 're' and 'im' are directly accessible. More...

#include <hpstack.h>


Data Fields

double re
 The real part of the complex number.
double im
 The imaginary part of the complex number.


Detailed Description

The type complex_t is used to store a complex value. Its attributes 're' and 'im' are directly accessible.

Definition at line 237 of file hpstack.h.


The documentation for this struct was generated from the following file:
Generated on Tue Mar 4 17:43:21 2014 for HPStack by  doxygen 1.5.0