Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix |
FUNCTION dbcsr_gershgorin_norm(matrix) RESULT(norm)
TYPE(dbcsr_type), INTENT(INOUT) :: matrix
REAL(KIND=real_8) :: norm
norm = dbcsr_gershgorin_norm_prv(matrix%prv)
END FUNCTION dbcsr_gershgorin_norm