Uses of Class
org.djunits.value.vdouble.vector.SIVector
Packages that use 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
Methods in org.djunits.value.vdouble.matrix that return SIVectorMethods in org.djunits.value.vdouble.matrix that return types with arguments of type SIVector -
Uses of SIVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return SIVectorModifier and TypeMethodDescriptionSIVector.instantiateVector(DoubleVectorData dvd, SIUnit unit) static SIVectorSIVector.of(double[] value, String unitString, StorageType storageType) Returns an SIVector based on an array of values and the textual representation of the unit.static SIVectorSIVector.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 SIVectorReturns 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
Methods in org.djunits.value.vdouble.vector.base that return SIVectorModifier 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.