scipy.sparse.csc_matrix.check_format# csc_matrix.check_format(full_check=True)[source]# check whether the matrix format is valid Parameters full_checkbool, optionalIf True, rigorous check, O(N) operations. Otherwise basic check, O(1) operations (default True).