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