Back to Sparse Direct Solver (SuperLU)
slu.matrix.getMatrixNonzeros
Get information about the nonzero elements of a matrix.
Syntax
slu.matrix.getMatrixNonzeros(A, maxEntries?)
Description
Get information about the nonzero elements of a matrix.
Parameters
| Name | Description |
|---|---|
| A | - Sparse matrix |
| maxEntries(optional) | - Maximum number of entries to list (default: all) |
Returns
NonzeroInfo