Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(in) | :: | matrix | |||
type(dbcsr_type), | intent(inout) | :: | diag |
SUBROUTINE dbcsr_get_block_diag(matrix, diag) TYPE(dbcsr_type), INTENT(IN) :: matrix TYPE(dbcsr_type), INTENT(INOUT) :: diag CALL dbcsr_get_block_diag_prv(matrix%prv, diag%prv) END SUBROUTINE dbcsr_get_block_diag