Uses of Class
org.djunits.value.vfloat.vector.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
Modifier and TypeMethodDescriptionFloatSIMatrix.instantiateVector
(FloatVectorData fvd, SIUnit unit) -
Uses of FloatSIVector in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionFloatSIVector.instantiateVector
(FloatVectorData fvd, SIUnit unit) static FloatSIVector
FloatSIVector.of
(float[] value, String unitString, StorageType storageType) Returns a FloatSIVector 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 a FloatSIVector based on an array of values and the textual representation of the unit.static FloatSIVector
FloatSIVector.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
Modifier 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.