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 FlowMassVectorFlowMassMatrix. 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 FlowMassVectorSIVector. asFlowMass()Return the current vector as a flowmass vector.FlowMassVectorSIVector. asFlowMass(FlowMassUnit displayUnit)Return the current vector as a flowmass vector, and provide a display unit.FlowMassVectorFlowMassVector. instantiateVector(DoubleVectorData dvd, FlowMassUnit displayUnit)Instantiate a new vector of the class of this vector.