You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / amin

_ArrayFunctionDispatcher

numpy:amin

source: /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

amin is an alias of min.

See also

min

alias of this function

ndarray.min

equivalent method

Aliases

  • numpy.amin