Click or drag to resize

DoubleIterativelyReweightedLeastSq Methods

The DoubleIterativelyReweightedLeastSq type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this instance.
Public methodStatic memberSolutionUnchanged Default convergence function for IRLS. Can be made into a ToleranceMet delegate.
Public methodSolve(DoubleMatrix, DoubleVector) Solves the least squares problem Ax = b for x using the method of iteratively Reweighted least squares.
Public methodSolve(DoubleMatrix, DoubleVector, Boolean) Solves the least squares problem Ax = b for x using the method of iteratively Reweighted least squares.
Top
See Also