Uses of Class
org.djunits.value.vdouble.vector.DensityVector
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 DensityVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return DensityVector Modifier and Type Method Description DensityVector
DensityMatrix. instantiateVector(DoubleVectorData dvd, DensityUnit 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 DensityVector Modifier and Type Method Description Class<DensityVector>
DensityMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of DensityVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return DensityVector Modifier and Type Method Description DensityVector
SIVector. asDensity()
Return the current vector as a density vector.DensityVector
SIVector. asDensity(DensityUnit displayUnit)
Return the current vector as a density vector, and provide a display unit.DensityVector
DensityVector. instantiateVector(DoubleVectorData dvd, DensityUnit displayUnit)
Instantiate a new vector of the class of this vector.