Openholo  v4.0
Open Source Digital Holographic Library
complex.h File Reference
#include <iostream>
#include <cmath>
#include <complex>
#include "define.h"
Include dependency graph for complex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  oph::Complex< T >
 class for the complex number and its arithmetic. type T == type cplx type only float || double T real() : real number T imag() : imaginary number More...
 

Namespaces

 oph
 

Macros

#define _RE   0
 
#define _IM   1
 
#define OPH_DLL
 

Macro Definition Documentation

◆ _IM

#define _IM   1

Definition at line 58 of file complex.h.

◆ _RE

#define _RE   0

Definition at line 55 of file complex.h.

◆ OPH_DLL

#define OPH_DLL

Definition at line 70 of file complex.h.