public abstract class AbstractMultivariateFunction extends Object implements MultivariateFunction
| Constructor and Description |
|---|
AbstractMultivariateFunction() |
| Modifier and Type | Method and Description |
|---|---|
int |
functionEvaluations()
The number of times this function has been evaluated.
|
Vector |
gradientAt(Vector point) |
Vector |
gradientAt(Vector point,
double functionValue) |
int |
gradientEvaluations()
The number of times the gradient has been computed.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitatpublic int functionEvaluations()
public int gradientEvaluations()