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