scipy.sparse.dia_matrix.

trace#

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

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

参数:
offsetint, 可选

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