Notebook
Type: builtin_function_or_method String form: <built-in method sum of numpy.ndarray object at 0x102440380> Docstring: a.sum(axis=None, dtype=None, out=None) Return the sum of the array elements over the given axis. Refer to `numpy.sum` for full documentation. See Also -------- numpy.sum : equivalent function