Bases: dolfin.cpp.la.NonlinearProblem
This is a base class for nonlinear optimisation problems which return the real-valued objective function \(f(x)\), its gradient \(F(x) = f'(x)\) and its Hessian \(J(x) = f''(x)\)
Constructor
Compute the gradient \(F(x) = f'(x)\)
Compute the Hessian \(J(x) = f''(x)\)
Compute the objective function \(f(x)\)
Compute the Hessian \(J(x)=f''(x)\) and the gradient \(F(x)=f'(x)\)
The membership flag