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

Method reduce

core/src/main/java/edu/mines/jtk/util/Parallel.java:322–324  ·  view source on GitHub ↗

Performs a reduce for (int i=0; i<end; ++i) . @param end the end index (not included) for the loop. @param body the loop body. @return the computed value.

(int end, ReduceInt<V> body)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

computeErrors1Method · 0.95
normalizeErrorsMethod · 0.95
sumPMethod · 0.45

Calls 3

checkArgsMethod · 0.95
computeMethod · 0.65
combineMethod · 0.65

Tested by 1

sumPMethod · 0.36