numpy.amin#

numpy.amin

#

numpy.amin(a, axis=None, out=None, keepdims=<novalue>, initial=<novalue>, where=<novalue>)

[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