public interface TwiceDifferentiableMultivariateRealFunction
Modifier and Type | Method and Description |
---|---|
int |
getDim()
Get dimension of the function argument.
|
double[] |
gradient(double[] x)
Function gradient at point X.
|
double[][] |
hessian(double[] x)
Function hessian at point X.
|
double |
value(double[] x)
Evaluation of the function at point X.
|
double value(double[] x)
x
- pointdouble[] gradient(double[] x)
x
- pointdouble[][] hessian(double[] x)
x
- pointint getDim()
Copyright © 2021 CNES. All rights reserved.