SirTristan
- 12
- 0
Does anyone know where to find source code for a simple and fast least squares solver written purely in C++?
The discussion centers around finding source code for a least squares solver in C++, with a focus on simplicity and modifiability. Participants explore various resources, algorithms, and challenges related to implementing least squares methods, including regularization and specific functions from existing numerical libraries.
Participants have not reached a consensus on a specific source code solution, and multiple approaches and resources are discussed without agreement on a preferred method.
Some participants express uncertainty about the applicability of normal equations for regularization and the availability of specific functions from referenced materials.
Individuals interested in implementing least squares algorithms in C++, particularly those looking for simpler code or algorithmic guidance.