Registry / utility / tomsolver

tomsolver

JSON →
library1.0.1vcpkgunverified

Simplest, Well-tested, Non-linear equations solver library.

vcpkg install tomsolver
INSTALL
IMPORT
SIG · TOMSOLVER
T
tomsolver
utilitycppv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tomsolver/tomsolver.hpp
#include <tomsolver/tomsolver.hpp>

Solve a nonlinear equation using Newton's method

#include <tomsolver/tomsolver.hpp> #include <iostream> int main() { auto f = [](double x) { return x*x - 2.0; }; double root = tomsolver::newton(f, 1.0); std::cout << "sqrt(2) ≈ " << root << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

tomsolver — pip install tomsolver · libregistry