SciPy

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

scipy.sparse.csc_matrix.check_format

csc_matrix.check_format(self, full_check=True)[source]

check whether the matrix format is valid

Parameters
full_checkbool, optional

If True, rigorous check, O(N) operations. Otherwise basic check, O(1) operations (default True).

Previous topic

scipy.sparse.csc_matrix.ceil

Next topic

scipy.sparse.csc_matrix.conj