Prints the sum of the elements in each block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(in) | :: | matrix | |||
integer, | optional | :: | unit_nr |
SUBROUTINE dbcsr_print_block_sum(matrix, unit_nr)
!! Prints the sum of the elements in each block
TYPE(dbcsr_type), INTENT(IN) :: matrix
INTEGER, OPTIONAL :: unit_nr
CALL dbcsr_print_block_sum_prv(matrix%prv, unit_nr)
END SUBROUTINE dbcsr_print_block_sum