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