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