Navigation
index
modules
|
modules
|
Numpy and Scipy Documentation
»
SciPy v0.8 Reference Guide (DRAFT)
»
scipy.sparse.bsr_matrix.check_format
¶
bsr_matrix.
check_format
(
full_check=True
)
¶
check whether the matrix format is valid
Parameters
:
full_check:
True - rigorous check, O(N) operations : default False - basic check, O(1) operations
This Page
Show Source
Edit page
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
modules
|
Numpy and Scipy Documentation
»
SciPy v0.8 Reference Guide (DRAFT)
»