-
Constructor Summary
Constructors
-
Method Summary
static double
static double[]
static void
static double[][]
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
average
public static double average(double[] a)
-
copy
public static double[] copy(double[] a)
-
reverse
public static void reverse(double[] a)
-
multiply
public static double[][] multiply(double[][] a,
double[][] b)
-