Uses of Class
org.djunits.value.vdouble.vector.MassVector
-
Packages that use 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 MassVector
MassMatrix. 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 MassVector
SIVector. asMass()
Return the current vector as a mass vector.MassVector
SIVector. asMass(MassUnit displayUnit)
Return the current vector as a mass vector, and provide a display unit.MassVector
MassVector. instantiateVector(DoubleVectorData dvd, MassUnit displayUnit)
Instantiate a new vector of the class of this vector.
-