Compute the norm of a dense matrix. Computes the Frobenius norm.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_ldr), | intent(in) | :: | this |
The matrix to compute the norm of. |
The norm of the matrix.
Compute the norm of a dense matrix. Computes the Frobenius norm.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_ldc), | intent(in) | :: | this |
The matrix to compute the norm of. |
The norm of the matrix.