Package wsh.util
Class ArrayMath
- java.lang.Object
-
- wsh.util.ArrayMath
-
public class ArrayMath extends java.lang.Object
Utility method required by a test. See the JTK for the full class.
-
-
Constructor Summary
Constructors Constructor Description ArrayMath()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double[][]
copy(double[][] arr)
Deep copy of a double array
-