WaveBlocksND
|
The ctype struct for writing complex numbers. More...
#include <hdf5writer.hpp>
Public Attributes | |
double | real =0. |
double | imag =0. |
The ctype struct for writing complex numbers.
The ctype struct is used for defining an H5:CompType which is used to write complex numbers in a simplified manner which is compatible with the python HDF interface. Also the default value for this type is defined as 0 + 0*i which is used for the allocation of memory in the HDF format
double waveblocks::io::ctype::imag =0. |
double waveblocks::io::ctype::real =0. |