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.
|