numpy.ndarray.max — NumPy v1.18 Manual (original) (raw)
method
ndarray.
max
(axis=None, out=None, keepdims=False, initial=, where=True)¶
Return the maximum along a given axis.
Refer to numpy.amax for full documentation.
See also
equivalent function