Uses of Class
org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix.data |
Internal data storage for the Matrix.
|
-
Uses of DoubleMatrixDataDense in org.djunits.value.vdouble.matrix.data
Methods in org.djunits.value.vdouble.matrix.data that return DoubleMatrixDataDense Modifier and Type Method Description DoubleMatrixDataDenseDoubleMatrixDataDense. assign(DoubleFunction doubleFunction)Apply an operation to each cell.DoubleMatrixDataDenseDoubleMatrixDataDense. assign(DoubleFunction2 doubleFunction, DoubleMatrixData right)Apply a binary operation on a cell by cell basis.DoubleMatrixDataDenseDoubleMatrixDataDense. copy()Create and return a deep copy of the data.DoubleMatrixDataDenseDoubleMatrixDataDense. minus(DoubleMatrixData right)Subtract two matrices on a cell-by-cell basis.abstract DoubleMatrixDataDenseDoubleMatrixData. toDense()Return the data of this matrix in dense storage format.DoubleMatrixDataDenseDoubleMatrixDataDense. toDense()Return the data of this matrix in dense storage format.DoubleMatrixDataDenseDoubleMatrixDataSparse. toDense()Return the data of this matrix in dense storage format.Methods in org.djunits.value.vdouble.matrix.data with parameters of type DoubleMatrixDataDense Modifier and Type Method Description protected booleanDoubleMatrixData. compareDenseMatrixWithSparseMatrix(DoubleMatrixDataDense dm, DoubleMatrixDataSparse sm)Compare contents of a dense and a sparse matrix.