dbcsr_tas_blk_sizes Subroutine

public subroutine dbcsr_tas_blk_sizes(matrix, row, col, row_size, col_size)

Get block size for a given row & column

Arguments

Type IntentOptional Attributes Name
type(dbcsr_tas_type), intent(in) :: matrix
integer(kind=int_8), intent(in) :: row
integer(kind=int_8), intent(in) :: col
integer, intent(out) :: row_size
integer, intent(out) :: col_size