Compute the norm of a sparse matrix along the columns.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsr), | intent(in) | :: | this |
The matrix to compute the norm of. |
||
real(kind=NTREAL), | intent(out), | DIMENSION(this%columns) | :: | norm_per_column |
The norm value for each column in this matrix. |
Compute the norm of a sparse matrix along the columns.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsc), | intent(in) | :: | this |
The matrix to compute the norm of. |
||
real(kind=NTREAL), | intent(out), | DIMENSION(this%columns) | :: | norm_per_column |
The norm value for each column in this matrix. |