TRIQS/h5 1.3.0
C++ interface to HDF5
Loading...
Searching...
No Matches
h5::dcplx_t

#include <h5/complex.hpp>

Detailed Description

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.

Note
h5 also supports the direct use of std::complex which is the recommended way to read/write complex data.

Definition at line 38 of file complex.hpp.

Public Attributes

double i
 Imaginary part.
 
double r
 Real part.
 

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