What is the "Robust linear solver"

Dear all,
I have one basic question: What is the “robust linear solver” triggered by robust_lin_solve ? What I can see is that it works very fast.
Many thanks,
Ansgar

It triggers an explicit inversion using the Moore-Penrose pseudo-inverse during the Newton steps. In most contexts that operation is computationally prohibitively expensive, but in some contexts it works extremely well and fast.

1 Like