CSR format specification.
A 3-tuple carrying the (row_start, col_indices, values) information.
(row_start, col_indices, values)
alias of tuple[Sequence[int], Sequence[int], Sequence[float | complex]]
tuple
Sequence
int
float
complex
Contents
Python specifics