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 TemperatureVectorTemperatureMatrix. instantiateVector(DoubleVectorData dvd, TemperatureUnit displayUnit)Instantiate a new vector of the class of this matrix.TemperatureVectorAbsoluteTemperatureMatrix. 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 TemperatureVectorSIVector. asTemperature()Return the current vector as a temperature vector.TemperatureVectorSIVector. asTemperature(TemperatureUnit displayUnit)Return the current vector as a temperature vector, and provide a display unit.TemperatureVectorTemperatureVector. instantiateVector(DoubleVectorData dvd, TemperatureUnit displayUnit)Instantiate a new vector of the class of this vector.TemperatureVectorAbsoluteTemperatureVector. instantiateVectorRel(DoubleVectorData dvd, TemperatureUnit displayUnit)Instantiate a new relative vector of the class of this absolute vector.