Back to Sparse Direct Solver (SuperLU)
slu.matrix.scaleMatrixRows
Scale the rows of a sparse matrix in-place.
Syntax
slu.matrix.scaleMatrixRows(A, scale)
Description
Scale the rows of a sparse matrix in-place. Computes A = diag(scale) * A
Parameters
| Name | Description |
|---|---|
| A | - Sparse matrix (modified in-place) |
| scale | - Row scaling factors |
Returns
void