Uses of Class
org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatAbsoluteTemperatureMatrix in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatAbsoluteTemperatureMatrix Modifier and Type Method Description FloatAbsoluteTemperatureMatrix
FloatAbsoluteTemperatureMatrix. instantiateMatrix(FloatMatrixData fmd, AbsoluteTemperatureUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatAbsoluteTemperatureMatrix
FloatTemperatureMatrix. instantiateMatrixAbs(FloatMatrixData fmd, AbsoluteTemperatureUnit displayUnit)
Instantiate a new absolute matrix of the class of this relative matrix.