least-squares-cpp
least-squares-cpp copied to clipboard
A single header-only C++ library for least squares fitting.
Hi, Thanks for publishing this library! I gave it a try in a project of mine, and while it works great, I was wondering if it would make sense to...
Thank you very much for your work I want to iterate out a transformation matrix And with this matrix I can fit the points on a known plane,My constraint is...
Hi, some error functions may have unintended minima outside of a certain parameter region. This is undoubtedly a problem with the error function but sometimes just unavoidable. It would be...
Can you please provide an stop criterion which works based on a relative error? The issue is, that so far all provided stop conditions are scaling either with problem size...
Hi Rookfighter, i try using your least-squares lib to fit measured time-domain signals of an electrical circuit to extract the circuits component values. I have a reference implementation in python...
Hello @Rookfighter, I am opening this thread to inquire about a separate feature relevant to the problem we are discussing in the other thread. Is it possible to add additional...
Hi, I've just tried to link lsqcpp. According to the readme it requires installation (installed to /usr) and ``` find_package(lsqcpp REQUIRED) add_executable(myproject main.cpp) target_link_libraries(myproject lsqcpp::lsqcpp) ``` But this leads to...