Non-increase testing.
non_increasing(array)
non_increasing
Test whether an array is non-increasing.
array (ndarray) – One-dimensional input array.
Indicator for the non-increase of the array.
bool