scipy.sparse.bsr_matrix.
check_format#
- bsr_matrix.check_format(full_check=True)[source]#
Check whether the array/matrix respects the BSR format.
- Parameters:
- full_checkbool, optional
If True, run rigorous check, scanning arrays for valid values. Note that activating those check might copy arrays for casting, modifying indices and index pointersβ inplace. If False, run basic checks on attributes. O(1) operations. Default is True.