scipy.sparse.bsrΒΆ

Compressed Block Sparse Row matrix format

Functions

bsr_matmat_pass2(int n_brow, int n_bcol, ...)
bsr_matvec(int n_brow, int n_bcol, int R, ...)
bsr_matvecs(int n_brow, int n_bcol, ...)
bsr_sort_indices(int n_brow, int n_bcol, ...)
bsr_transpose(int n_brow, int n_bcol, int R, ...)
csr_matmat_pass1(int n_row, int n_col, ...)
getdtype(dtype[, a, default]) Function used to simplify argument processing.
isshape(x) Is x a valid 2-tuple of dimensions?
isspmatrix(x)
isspmatrix_bsr(x)
to_native(A)
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

bsr_matrix(arg1[, shape, dtype, copy, blocksize]) Block Sparse Row matrix

Previous topic

scipy.sparse.base

Next topic

scipy.sparse.compressed

This Page