numpy.ma.masked_array.trace#
method
- ma.masked_array.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None)[源代码]#
Return the sum along diagonals of the array.
Refer to
numpy.tracefor full documentation.参见
numpy.traceequivalent function
method
Return the sum along diagonals of the array.
Refer to numpy.trace for full documentation.
参见
numpy.traceequivalent function