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