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 DoubleVectorDataSparseDoubleVectorDataSparse. assign(DoubleFunction2 doubleFunction, DoubleVectorData right)Apply a binary operation on a cell by cell basis.DoubleVectorDataSparseDoubleVectorDataSparse. copy()Create and return a deep copy of the data.static DoubleVectorDataSparseDoubleVectorDataSparse. instantiate(double[] valuesSI)Instantiate a DoubleVectorDataSparse from an array.abstract DoubleVectorDataSparseDoubleVectorData. toSparse()Return the sparsely stored equivalent of this data.DoubleVectorDataSparseDoubleVectorDataDense. toSparse()Return the sparsely stored equivalent of this data.DoubleVectorDataSparseDoubleVectorDataSparse. 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 booleanDoubleVectorData. compareDenseVectorWithSparseVector(DoubleVectorDataDense dm, DoubleVectorDataSparse sm)Compare contents of a dense and a sparse vector.