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