Uses of Class
org.djunits.value.vdouble.vector.TimeVector
| 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 TimeVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return TimeVector Modifier and Type Method Description TimeVectorTimeMatrix. instantiateVector(DoubleVectorData dvd, TimeUnit displayUnit)Instantiate a new vector of the class of this matrix.TimeVectorDurationMatrix. instantiateVectorAbs(DoubleVectorData dvd, TimeUnit displayUnit)Instantiate a new absolute vector of the class of this relative matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type TimeVector Modifier and Type Method Description Class<TimeVector>TimeMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of TimeVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return TimeVector Modifier and Type Method Description TimeVectorTimeVector. instantiateVector(DoubleVectorData dvd, TimeUnit displayUnit)Instantiate a new vector of the class of this vector.TimeVectorDurationVector. instantiateVectorAbs(DoubleVectorData dvd, TimeUnit displayUnit)Instantiate a new absolute vector of the class of this relative vector.