[ Web Proxy ]
URL:
Viewing: https://numpy.org/doc/stable/reference/generated/../c-api/../generated/numpy.amax.html#numpy.amax [Back]  [Original]

numpy.amax — NumPy v2.5 Manual
Back to top
Search the docs ...:

numpy.amax#

numpy.amax(a, axis=None, out=None, keepdims=<no value>, initial=<no value>, where=<no value>)[source]#

Return the maximum of an array or maximum along an axis.

amax is an alias of max.

See also

max

alias of this function

ndarray.max

equivalent method


Web Proxy Viewer  |  New URL  |  Original Page