Uses of Class
org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Package | Description |
---|---|
org.djunits.value.vfloat.matrix.data |
package-info.java.
|
-
Uses of FloatMatrixDataSparse in org.djunits.value.vfloat.matrix.data
Methods in org.djunits.value.vfloat.matrix.data that return FloatMatrixDataSparse Modifier and Type Method Description FloatMatrixDataSparse
FloatMatrixDataSparse. assign(FloatFunction2 floatFunction, FloatMatrixData right)
Apply a binary operation on a cell by cell basis.FloatMatrixDataSparse
FloatMatrixDataSparse. copy()
Create and return a deep copy of the data.static FloatMatrixDataSparse
FloatMatrixDataSparse. instantiate(float[][] valuesSI)
Instantiate a FloatMatrixDataSparse from an array.static FloatMatrixDataSparse
FloatMatrixDataSparse. instantiate(float[][] values, Scale scale)
Instantiate a FloatMatrixDataSparse from an array.abstract FloatMatrixDataSparse
FloatMatrixData. toSparse()
Return the data of this matrix in sparse storage format.FloatMatrixDataSparse
FloatMatrixDataDense. toSparse()
Return the data of this matrix in sparse storage format.FloatMatrixDataSparse
FloatMatrixDataSparse. toSparse()
Return the data of this matrix in sparse storage format.Methods in org.djunits.value.vfloat.matrix.data with parameters of type FloatMatrixDataSparse Modifier and Type Method Description protected boolean
FloatMatrixData. compareDenseMatrixWithSparseMatrix(FloatMatrixDataDense dm, FloatMatrixDataSparse sm)
Compare contents of a dense and a sparse matrix.