Uses of Class
org.djunits.value.vdouble.vector.SIVector
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for DoubleVector.
-
Uses of SIVector in org.djunits.value.vdouble.matrix
-
Uses of SIVector in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionSIVector.instantiateVector
(DoubleVectorData dvd, SIUnit unit) static SIVector
SIVector.of
(double[] value, String unitString, StorageType storageType) Returns an SIVector based on an array of values and the textual representation of the unit.static SIVector
SIVector.of
(List<Double> valueList, String unitString, StorageType storageType) Returns an SIVector based on an array of values and the textual representation of the unit.static SIVector
Returns an SIVector based on a (sparse) map of values and the textual representation of the unit. -
Uses of SIVector in org.djunits.value.vdouble.vector.base
Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends DoubleScalarRel<UT, ST>, VT extends DoubleVectorRel<UT, ST, VT>>
SIVectorDoubleVectorRel.divide
(VT rel) Divide this Relative value by a Relative value for a vector or matrix.final <UT extends Unit<UT>,
ST extends DoubleScalarRel<UT, ST>, VT extends DoubleVectorRel<UT, ST, VT> & Relative<UT, VT>>
SIVectorDoubleVectorRel.times
(VT rel) Multiply a Relative value with this Relative value for a vector or matrix.