Double |
| Name | Description | |
|---|---|---|
| DoubleIterativelyReweightedLeastSq | No argument constructor. Defaults will be used. | |
| DoubleIterativelyReweightedLeastSq(Double) | Constructs a DoubleIterativelyReweightedLeastSq instance with the given maximum iterations and tolerance. | |
| DoubleIterativelyReweightedLeastSq(IDoubleLeastSqWeightingFunction) | Constructs a DoubleIterativelyReweightedLeastSq instance with the given weighting function. | |
| 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. |