Will scale a sparse matrix by a constant.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsr), | intent(inout) | :: | matA | Matrix A. |
||
| real(kind=NTREAL), | intent(in) | :: | constant | Constant scale factor. |
Will scale a sparse matrix by a constant.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsc), | intent(inout) | :: | matA | Matrix A. |
||
| real(kind=NTREAL), | intent(in) | :: | constant | Constant scale factor. |
Will scale a sparse matrix by a constant.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_lsc), | intent(inout) | :: | matA | Matrix A. |
||
| complex(kind=NTCOMPLEX), | intent(in) | :: | constant | Constant scale factor. |