numpy.matrix.trace#

方法

matrix.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None)#

返回数组对角线元素的和。

有关完整文档,请参阅 numpy.trace

参见

numpy.trace

等效函数