Registry / utility / fadbad

fadbad

JSON →
library2.1.0vcpkgunverified

FADBAD++ Templates for Automatic Differentiation

vcpkg install fadbad
INSTALL
IMPORT
SIG · FADBAD
F
fadbad
utilitycppv2.1.0
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.

fadbad.h
#include <fadbad.h>

Compute derivative of x^2 at x=3

#include <fadbad.h> #include <iostream> double f(double x) { return x*x; } int main() { F<double> x = 3.0; x.diff(0, 1); F<double> y = f(x); std::cout << y.val() << ' ' << y.d(0); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

fadbad — pip install fadbad · libregistry