Uses of Class
org.djunits.value.vdouble.matrix.SpeedMatrix
Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of SpeedMatrix in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return SpeedMatrix Modifier and Type Method Description SpeedMatrix
SIMatrix. asSpeed()
Return the current matrix as a speed matrix.SpeedMatrix
SIMatrix. asSpeed(SpeedUnit displayUnit)
Return the current matrix as a speed matrix, and provide a display unit.SpeedMatrix
SpeedMatrix. instantiateMatrix(DoubleMatrixData dmd, SpeedUnit displayUnit)
Instantiate a new matrix of the class of this matrix.