Uses of Class
org.djunits.value.vdouble.vector.EnergyVector
-
Packages that use 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 EnergyVector
EnergyMatrix. 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 EnergyVector
SIVector. asEnergy()
Return the current vector as a energy vector.EnergyVector
SIVector. asEnergy(EnergyUnit displayUnit)
Return the current vector as a energy vector, and provide a display unit.EnergyVector
EnergyVector. instantiateVector(DoubleVectorData dvd, EnergyUnit displayUnit)
Instantiate a new vector of the class of this vector.
-