|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
This is the complete list of members for LeastSquareFunction, including all inherited members.
| finiteDifferenceEpsilon() const | CostFunction | virtual |
| gradient(Array &grad_f, const Array &x) const override | LeastSquareFunction | virtual |
| jacobian(Matrix &jac, const Array &x) const | CostFunction | virtual |
| LeastSquareFunction(LeastSquareProblem &lsp) | LeastSquareFunction | |
| lsp_ | LeastSquareFunction | protected |
| value(const Array &x) const override | LeastSquareFunction | virtual |
| valueAndGradient(Array &grad_f, const Array &x) const override | LeastSquareFunction | virtual |
| values(const Array &) const override | LeastSquareFunction | virtual |
| valuesAndJacobian(Matrix &jac, const Array &x) const | CostFunction | virtual |
| ~CostFunction()=default | CostFunction | virtual |
| ~LeastSquareFunction() override=default | LeastSquareFunction |