Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix |
FUNCTION dbcsr_has_local_row_index(matrix) RESULT(local_indexing)
TYPE(dbcsr_type), INTENT(INOUT) :: matrix
LOGICAL :: local_indexing
local_indexing = matrix%local_indexing
END FUNCTION dbcsr_has_local_row_index