MCPcopy Create free account
hub / github.com/Syncleus/aparapi / apply

Method apply

src/test/java/com/aparapi/runtime/Util.java:64–68  ·  view source on GitHub ↗
(int[] lhs, int[] rhs, Operator _operator)

Source from the content-addressed store, hash-verified

62 }
63
64 static void apply(int[] lhs, int[] rhs, Operator _operator) {
65 for (int i = 0; i < lhs.length; i++) {
66 _operator.apply(lhs, rhs, i);
67 }
68 }
69
70 interface Filler {
71 void fill(int[] array, int index);

Callers 2

testAutoMethod · 0.95
testExplicitMethod · 0.95

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected