|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Function
This interface is the framework for any mathematical function
f: R^n -> R.
| Method Summary | |
|---|---|
double |
evaluateFunction(double[] x)
Evaluates the function at a certain vector (in mathematical sense) x. |
int |
getDimensionOfScope()
Returns the dimension of the scope of the Function. |
| Method Detail |
|---|
double evaluateFunction(double[] x)
throws DimensionException,
EvaluationException
x.
x - the current vector
DimensionException - if dim(x) != n, with f: R^n -> R
EvaluationException - if there was something wrong during the evaluation of the
functionint getDimensionOfScope()
Function.
n with
f: R^n -> R
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||