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 DensityVectorDensityMatrix. 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 DensityVectorSIVector. asDensity()Return the current vector as a density vector.DensityVectorSIVector. asDensity(DensityUnit displayUnit)Return the current vector as a density vector, and provide a display unit.DensityVectorDensityVector. instantiateVector(DoubleVectorData dvd, DensityUnit displayUnit)Instantiate a new vector of the class of this vector.