Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(in) | :: | matrix | |||
integer, | intent(in) | :: | row |
PURE FUNCTION dbcsr_blk_row_offset(matrix, row) RESULT(row_offset) TYPE(dbcsr_type), INTENT(IN) :: matrix INTEGER, INTENT(IN) :: row INTEGER :: row_offset row_offset = matrix%row_blk_offset%low%data(row) END FUNCTION dbcsr_blk_row_offset