Uses of Class
org.djunits.value.vfloat.vector.FloatSIVector
Packages that use FloatSIVector
Package
Description
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
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 FloatSIVectorModifier and TypeMethodDescriptionFloatSIMatrix.instantiateVector(FloatVectorData fvd, SIUnit unit) Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatSIVector -
Uses of FloatSIVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatSIVectorModifier and TypeMethodDescriptionFloatSIVector.instantiateVector(FloatVectorData fvd, SIUnit unit) static FloatSIVectorFloatSIVector.of(float[] value, String unitString, StorageType storageType) Returns a FloatSIVector based on an array of values and the textual representation of the unit.static FloatSIVectorFloatSIVector.of(List<Float> valueList, String unitString, StorageType storageType) Returns a FloatSIVector based on an array of values and the textual representation of the unit.static FloatSIVectorFloatSIVector.of(Map<Integer, Float> valueMap, String unitString, int length, StorageType storageType) Returns a FloatSIVector 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 FloatSIVectorModifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,ST extends FloatScalarRel<UT, ST>, VT extends FloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorFloatVectorRel.divide(VT rel) Divide this Relative value by a Relative value for a vector or matrix.final <UT extends Unit<UT>,ST extends FloatScalarRel<UT, ST>, VT extends FloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorFloatVectorRel.times(VT rel) Multiply a Relative value with this Relative value for a vector or matrix.