Uses of Class
org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
Package | Description |
---|---|
org.djunits.value.vfloat.matrix.data |
package-info.java.
|
-
Uses of FloatMatrixDataDense in org.djunits.value.vfloat.matrix.data
Methods in org.djunits.value.vfloat.matrix.data that return FloatMatrixDataDense Modifier and Type Method Description FloatMatrixDataDense
FloatMatrixDataDense. assign(FloatFunction floatFunction)
Apply an operation to each cell.FloatMatrixDataDense
FloatMatrixDataDense. assign(FloatFunction2 floatFunction, FloatMatrixData right)
Apply a binary operation on a cell by cell basis.FloatMatrixDataDense
FloatMatrixDataDense. copy()
Create and return a deep copy of the data.FloatMatrixDataDense
FloatMatrixDataDense. minus(FloatMatrixData right)
Subtract two matrices on a cell-by-cell basis.abstract FloatMatrixDataDense
FloatMatrixData. toDense()
Return the data of this matrix in dense storage format.FloatMatrixDataDense
FloatMatrixDataDense. toDense()
Return the data of this matrix in dense storage format.FloatMatrixDataDense
FloatMatrixDataSparse. toDense()
Return the data of this matrix in dense storage format.Methods in org.djunits.value.vfloat.matrix.data with parameters of type FloatMatrixDataDense Modifier and Type Method Description protected boolean
FloatMatrixData. compareDenseMatrixWithSparseMatrix(FloatMatrixDataDense dm, FloatMatrixDataSparse sm)
Compare contents of a dense and a sparse matrix.