Uses of Class
org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Packages that use DoubleVectorDataSparse
-
Uses of DoubleVectorDataSparse in org.djunits.value.vdouble.vector.data
Methods in org.djunits.value.vdouble.vector.data that return DoubleVectorDataSparseModifier and TypeMethodDescriptionfinal DoubleVectorDataSparseDoubleVectorDataSparse.assign(DoubleFunction2 doubleFunction, DoubleVectorData right) final DoubleVectorDataSparseDoubleVectorDataSparse.copy()static DoubleVectorDataSparseDoubleVectorDataSparse.instantiate(double[] valuesSI) Instantiate a DoubleVectorDataSparse from an array.abstract DoubleVectorDataSparseDoubleVectorData.toSparse()Return the sparsely stored equivalent of this data.final DoubleVectorDataSparseDoubleVectorDataDense.toSparse()final DoubleVectorDataSparseDoubleVectorDataSparse.toSparse()Methods in org.djunits.value.vdouble.vector.data with parameters of type DoubleVectorDataSparseModifier and TypeMethodDescriptionprotected booleanDoubleVectorData.compareDenseVectorWithSparseVector(DoubleVectorDataDense dm, DoubleVectorDataSparse sm) Compare contents of a dense and a sparse vector.