petsc4py.typing.CSRIndicesSpec#

petsc4py.typing.CSRIndicesSpec#

CSR indices format specification.

A 2-tuple carrying the (row_start, col_indices) information.

alias of tuple[Sequence[int], Sequence[int]]