Package org.apache.sysds.runtime.io.hdf5
Class H5DoubleDataType
java.lang.Object
org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfillData(ByteBuffer buffer, double[] data) shortshortintintbytebytebyteintbytegetOrder()intintgetSize()intbooleanbooleanbooleanvoid
-
Constructor Details
-
H5DoubleDataType
public H5DoubleDataType() -
H5DoubleDataType
-
-
Method Details
-
toBuffer
-
fillData
-
getVersion
public int getVersion() -
getDataClass
public int getDataClass() -
getSize
public int getSize() -
getClassBits
-
getOrder
-
isLowPadding
public boolean isLowPadding() -
isHighPadding
public boolean isHighPadding() -
isInternalPadding
public boolean isInternalPadding() -
getMantissaNormalization
public int getMantissaNormalization() -
getSignLocation
public int getSignLocation() -
getBitOffset
public short getBitOffset() -
getBitPrecision
public short getBitPrecision() -
getExponentLocation
public byte getExponentLocation() -
getExponentSize
public byte getExponentSize() -
getMantissaLocation
public byte getMantissaLocation() -
getMantissaSize
public byte getMantissaSize() -
getExponentBias
public int getExponentBias()
-