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