Non-decrease testing.
non_decreasing(array)
non_decreasing
Test whether an array is non-decreasing.
array (ndarray) – One-dimensional input array.
Indicator for the non-decrease of the array.
bool