Uses of Class
org.djunits.value.vdouble.vector.MassVector
| 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 MassVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return MassVector Modifier and Type Method Description MassVectorMassMatrix. instantiateVector(DoubleVectorData dvd, MassUnit 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 MassVector Modifier and Type Method Description Class<MassVector>MassMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of MassVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return MassVector Modifier and Type Method Description MassVectorSIVector. asMass()Return the current vector as a mass vector.MassVectorSIVector. asMass(MassUnit displayUnit)Return the current vector as a mass vector, and provide a display unit.MassVectorMassVector. instantiateVector(DoubleVectorData dvd, MassUnit displayUnit)Instantiate a new vector of the class of this vector.