numpy.matrix.trace# 方法 matrix.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None)# 返回数组对角线上的元素之和。 有关完整文档,请参阅 numpy.trace。 另请参阅 numpy.trace等效函数