Uses of Class
org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
-
Packages that use 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 FloatAbsoluteTemperatureMatrixFloatAbsoluteTemperatureMatrix. instantiateMatrix(FloatMatrixData fmd, AbsoluteTemperatureUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatAbsoluteTemperatureMatrixFloatTemperatureMatrix. instantiateMatrixAbs(FloatMatrixData fmd, AbsoluteTemperatureUnit displayUnit)Instantiate a new absolute matrix of the class of this relative matrix.
-