Uses of Class
org.djunits.value.vdouble.matrix.VolumeMatrix
-
Packages that use VolumeMatrix Package Description org.djunits.value.vdouble.matrix Double Matrix storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of VolumeMatrix in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return VolumeMatrix Modifier and Type Method Description VolumeMatrixSIMatrix. asVolume()Return the current matrix as a volume matrix.VolumeMatrixSIMatrix. asVolume(VolumeUnit displayUnit)Return the current matrix as a volume matrix, and provide a display unit.VolumeMatrixVolumeMatrix. instantiateMatrix(DoubleMatrixData dmd, VolumeUnit displayUnit)Instantiate a new matrix of the class of this matrix.
-