Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 444 Bytes

linear_solver_stops.md

File metadata and controls

31 lines (22 loc) · 444 Bytes

Linear Solver Stop Criteria

Pages=["linear_solver_stops.md"]

Abstract Types

LinSysStopCriterion

Stopping Criteria

LSStopMaxIterations
LSStopThreshold
LSStopMA

Stopping Function

RLinearAlgebra.check_stop_criterion(log::LinSysSolverLog, stop::LinSysStopCriterion) 

Internal Functions

RLinearAlgebra.iota_threshold(hist::LSLogMA, stop::LSStopMA)