convergenceTest
The convergence test to use for iterative solve methods.
Declaration
var convergenceTest: SparseLSMRConvergenceTest_tDiscussion
For SparseLSMRCTDefault, iterations stop when:
For SparseLSMRCTFongSaunders, iterations stop when any of the following occur:
‖ b-Ax ‖₂ < btol * ‖ b ‖₂ + atol * ‖ A ‖₂ ‖ x ‖₂ (‖A‖₂ is an estimate)
‖ Aᵀ (b-Ax) ‖₂ < atol * ‖ A ‖₂ * ‖ A-bx ‖₂ (‖A‖₂ is an estimate)
Estimated condition of matrix >= conditionLimit