Least square cost function. More...
#include <ql/math/optimization/problem.hpp>
#include <ql/math/optimization/conjugategradient.hpp>
#include <ql/math/matrix.hpp>
Classes | |
class | LeastSquareProblem |
Base class for least square problem. More... | |
class | LeastSquareFunction |
Cost function for least-square problems. More... | |
class | NonLinearLeastSquare |
Non-linear least-square method. More... | |
Namespaces | |
namespace | QuantLib |
Least square cost function.