![]() | Multiple |
Name | Description | |
---|---|---|
![]() | MultipleCurveFit | Constructs a MultipleCurveFit object with default settings. |
![]() | MultipleCurveFit(Double) | Constructs a MultipleCurveFit object with the minimizer using the given error tolerance in finding the solution. |
![]() | MultipleCurveFit(Int32) | Constructs a MultipleCurveFit object with the minimizer using the given maximum number of iterations to perform. |
![]() | MultipleCurveFit(TrustRegionMinimizer) | Constructs a MultipleCurveFit object using the provided minimizer. |
![]() | MultipleCurveFit(Double, Int32) | Constructs a MultipleCurveFit object with the minimizer using the given maximum number of iterations to perform and error tolerance. |