{ } Raw JSON

bundles / numpy 2.4.4 / numpy / amax

_ArrayFunctionDispatcher

numpy:amax

source: /numpy/_core/fromnumeric.py :3127

Signature

def   amax ( a axis = None out = None keepdims = <no value> initial = <no value> where = <no value> )

Summary

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

Extended Summary

amax is an alias of max.

See also

max

alias of this function

ndarray.max

equivalent method

Aliases

  • numpy.amax