Uses of Class
org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
-
Uses of DoubleVectorDataSparse in org.djunits.value.vdouble.vector.data
Modifier and TypeMethodDescriptionfinal DoubleVectorDataSparse
DoubleVectorDataSparse.assign
(DoubleFunction2 doubleFunction, DoubleVectorData right) final DoubleVectorDataSparse
DoubleVectorDataSparse.copy()
static DoubleVectorDataSparse
DoubleVectorDataSparse.instantiate
(double[] valuesSI) Instantiate a DoubleVectorDataSparse from an array.abstract DoubleVectorDataSparse
DoubleVectorData.toSparse()
Return the sparsely stored equivalent of this data.final DoubleVectorDataSparse
DoubleVectorDataDense.toSparse()
final DoubleVectorDataSparse
DoubleVectorDataSparse.toSparse()
Modifier and TypeMethodDescriptionprotected boolean
DoubleVectorData.compareDenseVectorWithSparseVector
(DoubleVectorDataDense dm, DoubleVectorDataSparse sm) Compare contents of a dense and a sparse vector.