bundles / numpy latest / numpy / amin
_ArrayFunctionDispatcher
numpy:amin
source: /dev/numpy/build-install/usr/lib/python3.14/site-packages/numpy/_core/fromnumeric.py :3265
Signature
def amin ( a , axis = None , out = None , keepdims = <no value> , initial = <no value> , where = <no value> ) Summary
Return the minimum of an array or minimum along an axis.
Extended Summary
See also
- min
alias of this function
- ndarray.min
equivalent method
Aliases
-
numpy.amin