jsci.util.array
Class ArrayUtilities

java.lang.Object
  extended by jsci.util.array.ArrayUtilities

public final class ArrayUtilities
extends java.lang.Object


Constructor Summary
ArrayUtilities()
           
 
Method Summary
static double[] createArray(int size, double value)
           
static double[][] createRandomArray(int rows, int cols)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayUtilities

public ArrayUtilities()
Method Detail

createArray

public static double[] createArray(int size,
                                   double value)

createRandomArray

public static double[][] createRandomArray(int rows,
                                           int cols)