Uses of Class
org.djunits.value.vdouble.matrix.LengthMatrix
-
Packages that use 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 LengthMatrixSIMatrix. asLength()Return the current matrix as a length matrix.LengthMatrixSIMatrix. asLength(LengthUnit displayUnit)Return the current matrix as a length matrix, and provide a display unit.LengthMatrixLengthMatrix. instantiateMatrix(DoubleMatrixData dmd, LengthUnit displayUnit)Instantiate a new matrix of the class of this matrix.LengthMatrixPositionMatrix. instantiateMatrixRel(DoubleMatrixData dmd, LengthUnit displayUnit)Instantiate a new relative matrix of the class of this absolute matrix.
-