Uses of Class
org.djunits.value.vfloat.matrix.FloatDensityMatrix
| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatDensityMatrix in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatDensityMatrix Modifier and Type Method Description FloatDensityMatrixFloatSIMatrix. asDensity()Return the current matrix as a density matrix.FloatDensityMatrixFloatSIMatrix. asDensity(DensityUnit displayUnit)Return the current matrix as a density matrix, and provide a display unit.FloatDensityMatrixFloatDensityMatrix. instantiateMatrix(FloatMatrixData fmd, DensityUnit displayUnit)Instantiate a new matrix of the class of this matrix.