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