Uses of Class
org.djunits.value.vfloat.matrix.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 FloatLengthMatrix
FloatSIMatrix. asLength()
Return the current matrix as a length matrix.FloatLengthMatrix
FloatSIMatrix. asLength(LengthUnit displayUnit)
Return the current matrix as a length matrix, and provide a display unit.FloatLengthMatrix
FloatLengthMatrix. instantiateMatrix(FloatMatrixData fmd, LengthUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatLengthMatrix
FloatPositionMatrix. instantiateMatrixRel(FloatMatrixData fmd, LengthUnit displayUnit)
Instantiate a new relative matrix of the class of this absolute matrix.