8000 GitHub - dev-el/polyapprox
[go: up one dir, main page]

Skip to content

dev-el/polyapprox

Repository files navigation

PolyApprox

This is a Qt application that uses Qwt to plot polynomial approximations based on a set of data points. It employs the least squares polynomial regression algorithm to estimate polynomial coefficients from data points, leveraging Doolittle's LU decomposition to efficiently solve the underlying system of linear equations.

Dependencies

  • Qt 5 or later
  • Qwt Plot

Compilation

Use qmake when relying on system's default environment version.

$ mkdir -p build/Release
$ cd build/Release
$ qmake ../../ CONFIG+=release
$ make

To target a specific Qt version, you typically use qmake-qt5 for Qt 5 or qmake6 for Qt 6.

License

PolyApprox is under the Apache 2.0 license. See the LICENSE and NOTICE files for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0