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 FloatMatrixDataDenseFloatMatrixDataDense. assign(FloatFunction floatFunction)Apply an operation to each cell.FloatMatrixDataDenseFloatMatrixDataDense. assign(FloatFunction2 floatFunction, FloatMatrixData right)Apply a binary operation on a cell by cell basis.FloatMatrixDataDenseFloatMatrixDataDense. copy()Create and return a deep copy of the data.FloatMatrixDataDenseFloatMatrixDataDense. minus(FloatMatrixData right)Subtract two matrices on a cell-by-cell basis.abstract FloatMatrixDataDenseFloatMatrixData. toDense()Return the data of this matrix in dense storage format.FloatMatrixDataDenseFloatMatrixDataDense. toDense()Return the data of this matrix in dense storage format.FloatMatrixDataDenseFloatMatrixDataSparse. 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 booleanFloatMatrixData. compareDenseMatrixWithSparseMatrix(FloatMatrixDataDense dm, FloatMatrixDataSparse sm)Compare contents of a dense and a sparse matrix.