H5T_COMPLEX-class {hdf5r} | R Documentation |
Class for HDF5 complex datatypes
Description
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
.
Value
Object of class H5T_COMPLEX
.
Methods
new(id = NULL)
-
Create a new complex datatype
Parameters
- id
Internal use only
Author(s)
Holger Hoefling
See Also
[Package hdf5r version 1.3.11 Index]