Skip to content

Linear least square solver with normal equations

Arend Dijkstra requested to merge llsnormaleq into master

Yet another lls solver. This is about twice faster than QR in the unit test. Theoretically it is less stable.

Edited by Arend Dijkstra

Merge request reports