OrthogonalLineFunction
public interface UnivariateFunction
Modifier and Type | Method | Description |
---|---|---|
double |
evaluate(double argument) |
compute function value
|
double |
getLowerBound() |
get lower bound of argument
|
double |
getUpperBound() |
get upper bound of argument
|
double evaluate(double argument)
argument
- function argumentdouble getLowerBound()
double getUpperBound()
http://code.google.com/p/jebl2/