|   | Name | Description | 
|---|
  | GlobalCurveFitter(FuncDoubleVector, Double, Double, TrustRegionMinimizer) | 
            Constructs a GlobalCurveFitter object for the given parameterized
            function and non-linear least squares minimizer.
             | 
  | GlobalCurveFitter(FuncDoubleVector, Double, Double, TrustRegionMinimizerCheck) | 
            Constructs a GlobalCurveFitter object for the given parameterized function.
             | 
  | GlobalCurveFitter(FuncDoubleVector, Double, Double, Double, TrustRegionMinimizerCheck) | 
            Constructs a GlobalCurveFitter object for the given parameterized function
            and tolerance value for the minimizer.
             | 
  | GlobalCurveFitter(FuncDoubleVector, Double, Double, Int32, TrustRegionMinimizerCheck) | 
            Constructs a GlobalCurveFitter object for the given parameterized function.
            Sets the limit to the number of iterations performed by the minimizer to the
            given value.
             | 
  | GlobalCurveFitter(FuncDoubleVector, Double, Double, Double, Int32, TrustRegionMinimizerCheck) | 
            Constructs a GlobalCurveFitter object for the given parameterized function,
            maximum iterations and tolerance value for the minimizer.
             |