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.csc

Compressed Sparse Column matrix format

Functions

csc_tocsr(n_row, n_col, Ap, Ai, Ax, Bp, Bj, ...)
isintlike(x) Is x appropriate as an index into a sparse matrix? Returns True
isspmatrix_csc(x)
upcast(*args) Returns the nearest supported sparse dtype for the combination of one or more types.
warn(message[, category, stacklevel]) Issue a warning, or maybe ignore it or raise an exception.

Classes

csc_matrix(arg1[, shape, dtype, copy]) Compressed Sparse Column matrix

Previous topic

scipy.sparse.coo

Next topic

scipy.sparse.csgraph

This Page