23 #ifndef MODELFITTING_LEASTSQUAREENGINE_H
24 #define MODELFITTING_LEASTSQUAREENGINE_H
30 namespace ModelFitting {
virtual LeastSquareSummary solveProblem(EngineParameterManager ¶meter_manager, ResidualEstimator &residual_estimator)=0
Class containing the summary information of solving a least square minimization problem.
virtual ~LeastSquareEngine()=default
Destructor.
Class responsible for managing the parameters the least square engine minimizes.
Interface of classes implementing least square minimization.
Provides to the LeastSquareEngine the residual values.