Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix |
SUBROUTINE dbcsr_reserve_all_blocks(matrix) TYPE(dbcsr_type), INTENT(INOUT) :: matrix CALL dbcsr_reserve_all_blocks_prv(matrix%prv) END SUBROUTINE dbcsr_reserve_all_blocks