Compressed Sparse Row matrix format
Functions
csr_count_blocks((int n_row, int n_col, ...) | |
csr_sample_values(int n_row, int n_col, ...) | |
csr_tobsr(int n_row, int n_col, int R, ...) | |
csr_tocsc(int n_row, int n_col, int Ap, ...) | |
get_csr_submatrix(int n_row, int n_col, ...) | |
isintlike(x) | Is x appropriate as an index into a sparse matrix? Returns True |
isspmatrix_csr(x) | |
upcast(*args) | Returns the nearest supported sparse dtype for the combination of one or more types. |
warn | Issue a warning, or maybe ignore it or raise an exception. |
Classes
csr_matrix(arg1[, shape, dtype, copy]) | Compressed Sparse Row matrix |