Uses of Class
org.djunits.vecmat.storage.FloatSparseValue
Packages that use FloatSparseValue
Package
Description
Storage objects for larger vectors and matrices (dense/sparse, double/float).
-
Uses of FloatSparseValue in org.djunits.vecmat.storage
Constructor parameters in org.djunits.vecmat.storage with type arguments of type FloatSparseValueModifierConstructorDescriptionSparseFloatDataSi(Collection<FloatSparseValue<Q, U>> indexedData, int rows, int cols) Instantiate a data object with an indexed collection of values.