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 DoubleMatrixDataDense
DoubleMatrixDataDense. assign(DoubleFunction doubleFunction)
Apply an operation to each cell.DoubleMatrixDataDense
DoubleMatrixDataDense. assign(DoubleFunction2 doubleFunction, DoubleMatrixData right)
Apply a binary operation on a cell by cell basis.DoubleMatrixDataDense
DoubleMatrixDataDense. copy()
Create and return a deep copy of the data.DoubleMatrixDataDense
DoubleMatrixDataDense. minus(DoubleMatrixData right)
Subtract two matrices on a cell-by-cell basis.abstract DoubleMatrixDataDense
DoubleMatrixData. toDense()
Return the data of this matrix in dense storage format.DoubleMatrixDataDense
DoubleMatrixDataDense. toDense()
Return the data of this matrix in dense storage format.DoubleMatrixDataDense
DoubleMatrixDataSparse. 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 boolean
DoubleMatrixData. compareDenseMatrixWithSparseMatrix(DoubleMatrixDataDense dm, DoubleMatrixDataSparse sm)
Compare contents of a dense and a sparse matrix.