You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A State of Solver
An API to supply a state of solver (Probably the solver itself) to the in place flavor of functions too add more iterations. For instance, I ran a CG with 500 iterations and it didn't converge to the required tolerance. By using cg!() on the same solver with itmax = 1000 I expect it to apply another 1000 iterations from the last iteration.
User Supplied Initial Vector
The user can supply the solvers (Or constructors) with initial guess. This is highly helpful when the user use the solvers in a loop with ever slightly changing RHS. So it makes sense to start from the solution of the previous run. See [Feature Request] Add Option for Initial Solution Vector #414.
By the way, thank you for this package and Linear Operators. A really powerful combination,
Epic created through ZenHub to control what is needed for the Krylov 1.0 release.
The text was updated successfully, but these errors were encountered: