MCPcopy Create free account
hub / github.com/davisking/dlib / zero

Method zero

dlib/java/swig_test.java:20–24  ·  view source on GitHub ↗
(long[] arr)

Source from the content-addressed store, hash-verified

18 return s;
19 }
20 public static void zero(long[] arr)
21 {
22 for (int i = 0; i < arr.length; ++i)
23 arr[i] = 0;
24 }
25
26 public static int sum(byte[] arr)
27 {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected