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