Scipy.org
Docs
SciPy v0.16.1 Reference Guide
Sparse matrices (
scipy.sparse
)
scipy.sparse.bsr_matrix
index
modules
modules
next
previous
scipy.sparse.bsr_matrix.check_format
¶
bsr_matrix.
check_format
(
full_check=True
)
[source]
¶
check whether the matrix format is valid
Parameters
:
full_check:
True - rigorous check, O(N) operations : default False - basic check, O(1) operations
Previous topic
scipy.sparse.bsr_matrix.ceil
Next topic
scipy.sparse.bsr_matrix.conj