MCPcopy Create free account
hub / github.com/dhale/jtk / isIncreasing

Method isIncreasing

core/src/main/java/edu/mines/jtk/util/ArrayMath.java:8311–8320  ·  view source on GitHub ↗

Determines whether the specified array is increasing. The array is increasing if its elements a[i] increase with array index i, with no equal values. @param a the array. @return true, if increasing (or a.length<2); false, otherwise.

(byte[] a)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

isMonotonicMethod · 0.95
testMonotonicMethod · 0.80
SamplingMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMonotonicMethod · 0.64