Uses of Class
org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
-
Packages that use FloatLinearDensityMatrix Package Description org.djunits.value.vfloat.matrix Float Matrix storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of FloatLinearDensityMatrix in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatLinearDensityMatrix Modifier and Type Method Description FloatLinearDensityMatrixFloatSIMatrix. asLinearDensity()Return the current matrix as a lineardensity matrix.FloatLinearDensityMatrixFloatSIMatrix. asLinearDensity(LinearDensityUnit displayUnit)Return the current matrix as a lineardensity matrix, and provide a display unit.FloatLinearDensityMatrixFloatLinearDensityMatrix. instantiateMatrix(FloatMatrixData fmd, LinearDensityUnit displayUnit)Instantiate a new matrix of the class of this matrix.
-