Uses of Class
org.djunits.value.vdouble.vector.FlowMassVector
Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FlowMassVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return FlowMassVector Modifier and Type Method Description FlowMassVector
FlowMassMatrix. instantiateVector(DoubleVectorData dvd, FlowMassUnit displayUnit)
Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type FlowMassVector Modifier and Type Method Description Class<FlowMassVector>
FlowMassMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FlowMassVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return FlowMassVector Modifier and Type Method Description FlowMassVector
SIVector. asFlowMass()
Return the current vector as a flowmass vector.FlowMassVector
SIVector. asFlowMass(FlowMassUnit displayUnit)
Return the current vector as a flowmass vector, and provide a display unit.FlowMassVector
FlowMassVector. instantiateVector(DoubleVectorData dvd, FlowMassUnit displayUnit)
Instantiate a new vector of the class of this vector.