dbcsr_reserve_diag_blocks Subroutine

public subroutine dbcsr_reserve_diag_blocks(matrix)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(inout) :: matrix

Source Code

   SUBROUTINE dbcsr_reserve_diag_blocks(matrix)
      TYPE(dbcsr_type), INTENT(INOUT)                    :: matrix

      CALL dbcsr_reserve_diag_blocks_prv(matrix%prv)
   END SUBROUTINE dbcsr_reserve_diag_blocks