Uses of Class
org.djunits.value.vfloat.vector.FloatSIVector
Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.vector.base |
Interfaces, abstract classes and utilities for FloatVector.
|
-
Uses of FloatSIVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatSIVector Modifier and Type Method Description FloatSIVector
FloatSIMatrix. instantiateVector(FloatVectorData fvd, SIUnit unit)
Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatSIVector Modifier and Type Method Description Class<FloatSIVector>
FloatSIMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FloatSIVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatSIVector Modifier and Type Method Description static FloatSIVector
FloatSIVector. instantiate(float[] values, SIUnit unit, StorageType storageType)
Construct a new Relative Float SIVector.static FloatSIVector
FloatSIVector. instantiate(List<Float> values, SIUnit unit, StorageType storageType)
Construct a new Relative Float SIVector.static FloatSIVector
FloatSIVector. instantiate(SortedMap<Integer,Float> values, int length, SIUnit unit, StorageType storageType)
Construct a new Relative Float SIVector.FloatSIVector
FloatSIVector. instantiateVector(FloatVectorData fvd, SIUnit unit)
Instantiate a new vector of the class of this vector.static FloatSIVector
FloatSIVector. of(float[] value, String unitString, StorageType storageType)
Returns an SIVector based on an array of values and the textual representation of the unit.static FloatSIVector
FloatSIVector. of(List<Float> valueList, String unitString, StorageType storageType)
Returns an SIVector based on an array of values and the textual representation of the unit.static FloatSIVector
FloatSIVector. of(SortedMap<Integer,Float> 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 FloatSIVector in org.djunits.value.vfloat.vector.base
Methods in org.djunits.value.vfloat.vector.base that return FloatSIVector Modifier and Type Method Description <UT extends Unit<UT>, ST extends AbstractFloatScalarRel<UT, ST>, VT extends AbstractFloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorAbstractFloatVectorRel. divide(VT rel)
Divide this Relative value by a Relative value for a vector or matrix.<UT extends Unit<UT>, ST extends AbstractFloatScalarRel<UT, ST>, VT extends AbstractFloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorAbstractFloatVectorRel. times(VT rel)
Multiply a Relative value with this Relative value for a vector or matrix.