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 DoubleMatrixDataSparse
DoubleMatrixDataSparse. assign(DoubleFunction2 doubleFunction, DoubleMatrixData right)
Apply a binary operation on a cell by cell basis.DoubleMatrixDataSparse
DoubleMatrixDataSparse. copy()
Create and return a deep copy of the data.static DoubleMatrixDataSparse
DoubleMatrixDataSparse. instantiate(double[][] valuesSI)
Instantiate a DoubleMatrixDataSparse from an array.static DoubleMatrixDataSparse
DoubleMatrixDataSparse. instantiate(double[][] values, Scale scale)
Instantiate a DoubleMatrixDataSparse from an array.DoubleMatrixDataSparse
DoubleMatrixDataSparse. times(DoubleMatrixData right)
Multiply two matrices on a cell-by-cell basis.abstract DoubleMatrixDataSparse
DoubleMatrixData. toSparse()
Return the data of this matrix in sparse storage format.DoubleMatrixDataSparse
DoubleMatrixDataDense. toSparse()
Return the data of this matrix in sparse storage format.DoubleMatrixDataSparse
DoubleMatrixDataSparse. 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 boolean
DoubleMatrixData. compareDenseMatrixWithSparseMatrix(DoubleMatrixDataDense dm, DoubleMatrixDataSparse sm)
Compare contents of a dense and a sparse matrix.