Uses of Class
org.djunits.value.vfloat.matrix.FloatEnergyMatrix
-
Packages that use FloatEnergyMatrix Package Description org.djunits.value.vfloat.matrix Float Matrix storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of FloatEnergyMatrix in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatEnergyMatrix Modifier and Type Method Description FloatEnergyMatrix
FloatSIMatrix. asEnergy()
Return the current matrix as a energy matrix.FloatEnergyMatrix
FloatSIMatrix. asEnergy(EnergyUnit displayUnit)
Return the current matrix as a energy matrix, and provide a display unit.FloatEnergyMatrix
FloatEnergyMatrix. instantiateMatrix(FloatMatrixData fmd, EnergyUnit displayUnit)
Instantiate a new matrix of the class of this matrix.
-