net.sourceforge.swimp.util
Class DoubleArrayGenerator

java.lang.Object
  extended by net.sourceforge.swimp.util.DoubleArrayGenerator

public class DoubleArrayGenerator
extends java.lang.Object

Author:
schickin

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

Constructor Detail

DoubleArrayGenerator

public DoubleArrayGenerator()
Method Detail

createConstArray

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