|
|
|
|
|
by thearn4
3399 days ago
|
|
GMRES is definitely my go-to these days. Though it is worth noting that direct methods do have a benefit of letting you quickly solve many successive linear problems involving the same matrix, but different right-hand sides. But iterative methods scale very well for large sparse problems that they are very often the only tool to consider. Block Krylov methods are a thing , but I haven't experimented with them yet. |
|
https://arxiv.org/abs/1506.03296
http://www.maths.ed.ac.uk/~richtarik/papers/SDA.pdf
Plus R. M. Gower is fantastically nice and enthusiastic so there's that
And thanks for the link !