edu.jhu.ece.iacl.algorithms.vabra
Class NumericalMethod

java.lang.Object
  extended by edu.jhu.ece.iacl.algorithms.vabra.NumericalMethod

public class NumericalMethod
extends java.lang.Object


Field Summary
protected  NumericalRecipes recipe
           
 
Constructor Summary
NumericalMethod(NumericalRecipes recipe)
           
 
Method Summary
 double execute(double[] a)
           
 float execute(float[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recipe

protected NumericalRecipes recipe
Constructor Detail

NumericalMethod

public NumericalMethod(NumericalRecipes recipe)
Method Detail

execute

public float execute(float[] a)

execute

public double execute(double[] a)