Uses of Class
org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix.data |
Internal data storage for the Matrix.
|
-
Uses of DoubleMatrixDataSparse in org.djunits.value.vdouble.matrix.data
Methods in org.djunits.value.vdouble.matrix.data that return DoubleMatrixDataSparse Modifier and Type Method Description DoubleMatrixDataSparseDoubleMatrixDataSparse. assign(DoubleFunction2 doubleFunction, DoubleMatrixData right)Apply a binary operation on a cell by cell basis.DoubleMatrixDataSparseDoubleMatrixDataSparse. copy()Create and return a deep copy of the data.static DoubleMatrixDataSparseDoubleMatrixDataSparse. instantiate(double[][] valuesSI)Instantiate a DoubleMatrixDataSparse from an array.static DoubleMatrixDataSparseDoubleMatrixDataSparse. instantiate(double[][] values, Scale scale)Instantiate a DoubleMatrixDataSparse from an array.DoubleMatrixDataSparseDoubleMatrixDataSparse. times(DoubleMatrixData right)Multiply two matrices on a cell-by-cell basis.abstract DoubleMatrixDataSparseDoubleMatrixData. toSparse()Return the data of this matrix in sparse storage format.DoubleMatrixDataSparseDoubleMatrixDataDense. toSparse()Return the data of this matrix in sparse storage format.DoubleMatrixDataSparseDoubleMatrixDataSparse. toSparse()Return the data of this matrix in sparse storage format.Methods in org.djunits.value.vdouble.matrix.data with parameters of type DoubleMatrixDataSparse Modifier and Type Method Description protected booleanDoubleMatrixData. compareDenseMatrixWithSparseMatrix(DoubleMatrixDataDense dm, DoubleMatrixDataSparse sm)Compare contents of a dense and a sparse matrix.