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