2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Document autodiff on README.md [CI SKIP]

This commit is contained in:
Nick
2020-01-19 11:44:35 -05:00
committed by GitHub
parent 2755d7a8f1
commit 014b075ab3

View File

@@ -51,7 +51,7 @@ Function interpolation via barycentric rational interpolation, compactly support
### Numerical Integration and Differentiation
A reasonably comprehensive set of routines for integration (trapezoidal, Gauss-Legendre, Gauss-Kronrod, Gauss-Chebyshev, double-exponential, and Monte-Carlo) and differentiation (Chebyshev transform, finite difference, and the complex step derivative).
A reasonably comprehensive set of routines for integration (trapezoidal, Gauss-Legendre, Gauss-Kronrod, Gauss-Chebyshev, double-exponential, and Monte-Carlo) and differentiation (Chebyshev transform, finite difference, the complex step derivative, and forward-mode automatic differentiation).
The integration routines are usable for functions returning complex results - and hence can be used for computation of contour integrals.