cr.nimble.is_decreasing_vec¶
- cr.nimble.is_decreasing_vec(x)[source]¶
Returns if x is a vector with (strictly) decreasing values
- Parameters
x (jax.numpy.ndarray) – A JAX array.
- Returns
True if x is a decreasing vector.
Returns if x is a vector with (strictly) decreasing values
x (jax.numpy.ndarray) – A JAX array.
True if x is a decreasing vector.