TRIQS/h5 1.3.0
C++ interface to HDF5
|
#include <h5/complex.hpp>
A complex compound type consisting of two doubles to represent a complex number.
This type can be used to read/write complex numbers from/to HDF5 files.
Definition at line 38 of file complex.hpp.
Public Attributes | |
double | i |
Imaginary part. | |
double | r |
Real part. | |