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