BallisticLA / RandBLAS

A header-only C++ library for sketching in randomized linear algebra
https://randblas.readthedocs.io/en/latest/
Other
64 stars 4 forks source link

Improve total least squares example #87

Closed rileyjmurray closed 1 month ago

rileyjmurray commented 2 months ago

The total least squares example has a lot of code duplication. It also doesn't have a mechanism to compute the distance from the sketch-and-solve solution to the true solution. These shortcomings should be shored up.

rileyjmurray commented 1 month ago

Resolved by #89.