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