SourceXtractorPlusPlus  0.10
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
ModelFitting::LeastSquareSummary Class Reference

Class containing the summary information of solving a least square minimization problem. More...

#include <LeastSquareSummary.h>

Collaboration diagram for ModelFitting::LeastSquareSummary:
[legend]

Public Attributes

bool success_flag = true
 Flag indicating if the minimization was successful. More...
 
size_t iteration_no {0}
 The number of iterations. More...
 
std::vector< double > parameter_sigmas {}
 
boost::any underlying_framework_info {}
 

Detailed Description

Class containing the summary information of solving a least square minimization problem.

Definition at line 38 of file LeastSquareSummary.h.

Member Data Documentation

size_t ModelFitting::LeastSquareSummary::iteration_no {0}

The number of iterations.

Definition at line 44 of file LeastSquareSummary.h.

std::vector<double> ModelFitting::LeastSquareSummary::parameter_sigmas {}

Definition at line 47 of file LeastSquareSummary.h.

bool ModelFitting::LeastSquareSummary::success_flag = true

Flag indicating if the minimization was successful.

Definition at line 41 of file LeastSquareSummary.h.

boost::any ModelFitting::LeastSquareSummary::underlying_framework_info {}

Info of the minimization process, as provided by the underlying framework.

WARNING: Using this result will make your code compatible with only one specific implementation of LeastSquareEngine. This information is provided for completeness, but its usage is discouraged. For more information of the exact type refer to the documentation of the engine implementation you use.

Definition at line 56 of file LeastSquareSummary.h.


The documentation for this class was generated from the following file: