Uses of Class
org.djunits.value.vdouble.vector.EnergyVector
| 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 EnergyVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return EnergyVector Modifier and Type Method Description EnergyVectorEnergyMatrix. instantiateVector(DoubleVectorData dvd, EnergyUnit 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 EnergyVector Modifier and Type Method Description Class<EnergyVector>EnergyMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of EnergyVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return EnergyVector Modifier and Type Method Description EnergyVectorSIVector. asEnergy()Return the current vector as a energy vector.EnergyVectorSIVector. asEnergy(EnergyUnit displayUnit)Return the current vector as a energy vector, and provide a display unit.EnergyVectorEnergyVector. instantiateVector(DoubleVectorData dvd, EnergyUnit displayUnit)Instantiate a new vector of the class of this vector.