dpnp.fmin

dpnp.fmin(*args, **kwargs)[source]

Element-wise minimum of array elements.

For full documentation refer to numpy.fmin.

See also

dpnp.maximum

Element-wise maximum of array elements.

dpnp.fmax

Element-wise maximum of array elements.

dpnp.fmod

Calculate the element-wise remainder of division.

Notes

This function works the same as dpnp.minimum