|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BasicFunction
An abstract interface that describes a Function (In the mathematical sense)
| Method Summary | |
|---|---|
double[] |
eval(double[] input)
The result from evaluating a double multivariate function |
double[] |
eval(double[] input,
double time)
The result from evaluating a double multivariate function at time t |
float[] |
eval(float[] input)
The result from evaluating a float multivariate function |
float[] |
eval(float[] input,
float time)
The result from evaluating a float multivariate function at time t |
| Method Detail |
|---|
float[] eval(float[] input)
input - The values where the function is to be evaluated
float[] eval(float[] input,
float time)
input - The values where the function is to be evaluatedtime - The time at which the function is to be evaluated
double[] eval(double[] input)
input - The values where the function is to be evaluated
double[] eval(double[] input,
double time)
input - The values where the function is to be evaluatedtime - The time at which the function is to be evaluated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
CUENCAS was initially developed by Ricardo Mantilla at the University of Colorado under the supervision of Dr. Vijay K. Gupta. We wish to recognize the support from the National Science Fundation.