numpy.ma.MaskedArray.trace#
method
- ma.MaskedArray.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None)[source]#
Return the sum along diagonals of the array.
Refer to
numpy.tracefor full documentation.See also
numpy.traceequivalent function
Site Navigation
Section Navigation
ufunc)numpy.ctypeslib)numpy.fft)numpy.linalg)numpy.matlib)numpy.random)numpy.testing)numpy.testing.overrides)numpy.typing)numpy.distutils)numpy.distutils and migration advicenumpy.ma modulemethod
Return the sum along diagonals of the array.
Refer to numpy.trace for full documentation.
See also
numpy.traceequivalent function