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

LInked List sparse matrix class

Functions

bisect_left bisect_left(a, x[, lo[, hi]]) -> index
getdtype(dtype[, a, default]) Function used to simplify argument processing.
isscalarlike(x) Is x either a scalar, an array scalar, or a 0-dim array?
issequence(t)
isshape(x) Is x a valid 2-tuple of dimensions?
isspmatrix(x)
isspmatrix_lil(x)

Classes

lil_matrix(arg1[, shape, dtype, copy]) Row-based linked list sparse matrix
spmatrix([maxprint]) This class provides a base class for all sparse matrices.

Previous topic

scipy.sparse.extract

Next topic

scipy.sparse.linalg

This Page