Monotonicity testing.
monotonic(array)
monotonic
Test whether an array is monotonic.
array (ndarray) – One-dimensional input array.
Indicator for the monotonicity of the array.
bool