method
- ndarray.min(axis=None, out=None, *, keepdims=<no value>, initial=<no value>, where=<no value>)#
Return the minimum along a given axis.
Refer to
numpy.aminfor full documentation.
numpy.ndarray.min — NumPy v2.5.dev0 Manual
method
Return the minimum along a given axis.
Refer to numpy.amin for full documentation.