Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(in) | :: | matrix | |||
integer, | intent(in) | :: | col |
PURE FUNCTION dbcsr_blk_col_offset(matrix, col) RESULT(col_offset) TYPE(dbcsr_type), INTENT(IN) :: matrix INTEGER, INTENT(IN) :: col INTEGER :: col_offset col_offset = matrix%col_blk_offset%low%data(col) END FUNCTION dbcsr_blk_col_offset