Click or drag to resize

DoubleIterativelyReweightedLeastSq Constructor

Overload List
 NameDescription
Public methodDoubleIterativelyReweightedLeastSq No argument constructor. Defaults will be used.
Public methodDoubleIterativelyReweightedLeastSq(Double) Constructs a DoubleIterativelyReweightedLeastSq instance with the given maximum iterations and tolerance.
Public methodDoubleIterativelyReweightedLeastSq(IDoubleLeastSqWeightingFunction) Constructs a DoubleIterativelyReweightedLeastSq instance with the given weighting function.
Public methodDoubleIterativelyReweightedLeastSq(Int32) Constructs a DoubleIterativelyReweightedLeastSq instance with the given maximum iterations and tolerance.
Public methodDoubleIterativelyReweightedLeastSq(Int32, Double) Constructs a DoubleIterativelyReweightedLeastSq instance with the given maximum iterations and tolerance.
Public methodDoubleIterativelyReweightedLeastSq(Int32, Double, IDoubleLeastSqWeightingFunction) Constructs a DoubleIterativelyReweightedLeastSq instance from the given parameters.
Top
See Also