Uses of Class
org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatTemperatureMatrix in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatTemperatureMatrix Modifier and Type Method Description FloatTemperatureMatrixFloatSIMatrix. asTemperature()Return the current matrix as a temperature matrix.FloatTemperatureMatrixFloatSIMatrix. asTemperature(TemperatureUnit displayUnit)Return the current matrix as a temperature matrix, and provide a display unit.FloatTemperatureMatrixFloatTemperatureMatrix. instantiateMatrix(FloatMatrixData fmd, TemperatureUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatTemperatureMatrixFloatAbsoluteTemperatureMatrix. instantiateMatrixRel(FloatMatrixData fmd, TemperatureUnit displayUnit)Instantiate a new relative matrix of the class of this absolute matrix.