scipy.sparse.bsr_array.

trace#

bsr_array.trace(offset=0)[source]#

返回稀疏数组/矩阵的对角线之和。

参数:
offsetint, 可选

获取哪个对角线,对应于元素 a[i, i+offset]。默认:0(主对角线)。