|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.algorithms.vabra.NumericalMethod
public class NumericalMethod
| 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 |
|---|
protected NumericalRecipes recipe
| Constructor Detail |
|---|
public NumericalMethod(NumericalRecipes recipe)
| Method Detail |
|---|
public float execute(float[] a)
public double execute(double[] a)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||