Overload List
| Name | Description | |
|---|---|---|
| DoubleIterativelyReweightedLeastSq()()() |
No argument constructor. Defaults will be used.
| |
| DoubleIterativelyReweightedLeastSq(IDoubleLeastSqWeightingFunction) |
Constructs a DoubleIterativelyReweightedLeastSq instance with
the given weighting function.
| |
| DoubleIterativelyReweightedLeastSq(Double) |
Constructs a DoubleIterativelyReweightedLeastSq instance with
the given maximum iterations and tolerance.
| |
| DoubleIterativelyReweightedLeastSq(Int32) |
Constructs a DoubleIterativelyReweightedLeastSq instance with
the given maximum iterations and tolerance.
| |
| DoubleIterativelyReweightedLeastSq(Int32, Double) |
Constructs a DoubleIterativelyReweightedLeastSq instance with
the given maximum iterations and tolerance.
| |
| DoubleIterativelyReweightedLeastSq(Int32, Double, IDoubleLeastSqWeightingFunction) |
Constructs a DoubleIterativelyReweightedLeastSq instance from
the given parameters.
|