In HDF5, complex numbers don't actually exist. They are represented as H5T_COMPOUND with two columns named Real
and
Imaginary
.
Inherits from class H5T_COMPOUND
.
Object of class H5T_COMPLEX
.
new(id = NULL)
Create a new complex datatype
Parameters
Internal use only