numpy.amax#

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

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

amax is an alias ofmax.

See also

max

alias of this function

ndarray.max

equivalent method

On this page