bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / amax
_ArrayFunctionDispatcher
numpy:amax
source: /dev/numpy/build-install/usr/lib/python3.14/site-packages/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
See also
- max
alias of this function
- ndarray.max
equivalent method
Aliases
-
numpy.amax