On this page
numpy.ndarray.sum
ndarray.sum(axis=None, dtype=None, out=None, keepdims=False)
-
Return the sum of the array elements over the given axis.
Refer to
numpy.sum
for full documentation.See also
numpy.sum
- equivalent function
© 2008–2017 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.ndarray.sum.html