This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.sparse.csgraph

Compressed Sparse graph algorithms

Functions

cs_graph_components(x) Determine connected compoments of a graph stored as a compressed sparse row or column matrix.
isspmatrix(x)

Classes

csr_matrix(arg1[, shape, dtype, copy]) Compressed Sparse Row matrix

Previous topic

scipy.sparse.csc

Next topic

scipy.sparse.csr

This Page