Uses of Class
org.djunits.value.vdouble.vector.TemperatureVector
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 TemperatureVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return TemperatureVector Modifier and Type Method Description TemperatureVector
TemperatureMatrix. instantiateVector(DoubleVectorData dvd, TemperatureUnit displayUnit)
Instantiate a new vector of the class of this matrix.TemperatureVector
AbsoluteTemperatureMatrix. instantiateVectorRel(DoubleVectorData dvd, TemperatureUnit displayUnit)
Instantiate a new relative vector of the class of this absolute matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type TemperatureVector Modifier and Type Method Description Class<TemperatureVector>
TemperatureMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of TemperatureVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return TemperatureVector Modifier and Type Method Description TemperatureVector
SIVector. asTemperature()
Return the current vector as a temperature vector.TemperatureVector
SIVector. asTemperature(TemperatureUnit displayUnit)
Return the current vector as a temperature vector, and provide a display unit.TemperatureVector
TemperatureVector. instantiateVector(DoubleVectorData dvd, TemperatureUnit displayUnit)
Instantiate a new vector of the class of this vector.TemperatureVector
AbsoluteTemperatureVector. instantiateVectorRel(DoubleVectorData dvd, TemperatureUnit displayUnit)
Instantiate a new relative vector of the class of this absolute vector.