com.lgc.wsh.util
Class ArrayMath

java.lang.Object
  extended by com.lgc.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
ArrayMath()
           
 
Method Summary
static double[][] copy(double[][] arr)
          Deep copy of a double array
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayMath

public ArrayMath()
Method Detail

copy

public static double[][] copy(double[][] arr)
Deep copy of a double array

Parameters:
arr - Copy this array.
Returns:
new instance of array with same contents as arr