scipy.sparse.bsr_matrix.check_format

bsr_matrix.check_format(full_check=True)[源代码]

检查矩阵格式是否有效

参数
完全检查(_C):

TRUE-严格检查,O(N)运算:默认FALSE-基本检查,O(1)运算