[ Web Proxy ]
URL:
Viewing: https://numpy.org/doc/stable/reference/generated/../random/../generated/numpy.amin.html [Back]  [Original]

numpy.amin — NumPy v2.5 Manual
Back to top
Search the docs ...:

numpy.amin#

numpy.amin(a, axis=None, out=None, keepdims=<no value>, initial=<no value>, where=<no value>)[source]#

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

amin is an alias of min.

See also

min

alias of this function

ndarray.min

equivalent method


Web Proxy Viewer  |  New URL  |  Original Page