Uses of Class
org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Package | Description |
---|---|
org.djunits.value.vdouble.vector.data |
Internal data storage for the Vector.
|
-
Uses of DoubleVectorDataSparse in org.djunits.value.vdouble.vector.data
Methods in org.djunits.value.vdouble.vector.data that return DoubleVectorDataSparse Modifier and Type Method Description DoubleVectorDataSparse
DoubleVectorDataSparse. assign(DoubleFunction2 doubleFunction, DoubleVectorData right)
Apply a binary operation on a cell by cell basis.DoubleVectorDataSparse
DoubleVectorDataSparse. copy()
Create and return a deep copy of the data.static DoubleVectorDataSparse
DoubleVectorDataSparse. instantiate(double[] valuesSI)
Instantiate a DoubleVectorDataSparse from an array.abstract DoubleVectorDataSparse
DoubleVectorData. toSparse()
Return the sparsely stored equivalent of this data.DoubleVectorDataSparse
DoubleVectorDataDense. toSparse()
Return the sparsely stored equivalent of this data.DoubleVectorDataSparse
DoubleVectorDataSparse. toSparse()
Return the sparsely stored equivalent of this data.Methods in org.djunits.value.vdouble.vector.data with parameters of type DoubleVectorDataSparse Modifier and Type Method Description protected boolean
DoubleVectorData. compareDenseVectorWithSparseVector(DoubleVectorDataDense dm, DoubleVectorDataSparse sm)
Compare contents of a dense and a sparse vector.