Linear least square solver with normal equations
Yet another lls solver. This is about twice faster than QR in the unit test. Theoretically it is less stable.
Edited by Arend Dijkstra
Yet another lls solver. This is about twice faster than QR in the unit test. Theoretically it is less stable.