Uses of Class
org.djunits.value.vdouble.vector.SIVector
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.
|
org.djunits.value.vdouble.vector.base |
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 SIVector Modifier and Type Method Description SIVector
SIMatrix. instantiateVector(DoubleVectorData dvd, SIUnit unit)
Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type SIVector Modifier and Type Method Description Class<SIVector>
SIMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of SIVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return SIVector Modifier and Type Method Description static SIVector
SIVector. instantiate(double[] values, SIUnit unit, StorageType storageType)
Construct a new Relative Double SIVector.static SIVector
SIVector. instantiate(List<Double> values, SIUnit unit, StorageType storageType)
Construct a new Relative Double SIVector.static SIVector
SIVector. instantiate(SortedMap<Integer,Double> values, int length, SIUnit unit, StorageType storageType)
Construct a new Relative Double SIVector.SIVector
SIVector. instantiateVector(DoubleVectorData dvd, SIUnit unit)
Instantiate a new vector of the class of this vector.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
SIVector. of(SortedMap<Integer,Double> valueMap, String unitString, int length, StorageType storageType)
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
Methods in org.djunits.value.vdouble.vector.base that return SIVector Modifier and Type Method Description <UT extends Unit<UT>, ST extends AbstractDoubleScalarRel<UT, ST>, VT extends AbstractDoubleVectorRel<UT, ST, VT>>
SIVectorAbstractDoubleVectorRel. divide(VT rel)
Divide this Relative value by a Relative value for a vector or matrix.<UT extends Unit<UT>, ST extends AbstractDoubleScalarRel<UT, ST>, VT extends AbstractDoubleVectorRel<UT, ST, VT> & Relative<UT, VT>>
SIVectorAbstractDoubleVectorRel. times(VT rel)
Multiply a Relative value with this Relative value for a vector or matrix.