Package: Rcppautodiff 0.1.0
Rcppautodiff: An Interface to the C++ Automatic Differentiation Library 'autodiff'
Provides an interface from R to the 'autodiff' library <https://autodiff.github.io/>, a modern header-only C++ library for automatic differentiation. Unlike numerical differentiation, automatic differentiation computes derivatives of functions to machine precision without truncation error, using either forward or reverse mode. The 'autodiff' header files are shipped with this package so that other R packages can use them by including 'Rcppautodiff' in the 'LinkingTo' field of their 'DESCRIPTION' file. Example programs demonstrate computing derivatives of single-variable and multi-variable functions, gradient vectors, Jacobian matrices and derivatives with respect to parameters, using 'Rcpp' and 'RcppEigen'.
Authors:
Rcppautodiff_0.1.0.tar.gz
Rcppautodiff_0.1.0.tar.gz(r-4.7-arm64)Rcppautodiff_0.1.0.tar.gz(r-4.7-x86_64)Rcppautodiff_0.1.0.tar.gz(r-4.6-arm64)Rcppautodiff_0.1.0.tar.gz(r-4.6-x86_64)
Rcppautodiff_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
Rcppautodiff/json (API)
| # Install 'Rcppautodiff' in R: |
| install.packages('Rcppautodiff', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sn248/rcppautodiff/issues
Pkgdown/docs site:https://sn248.github.io
Last updated from:5f3634fcf2. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 168 | ||
| linux-devel-x86_64 | OK | 137 | ||
| source / vignettes | OK | 201 | ||
| linux-release-arm64 | OK | 139 | ||
| linux-release-x86_64 | OK | 137 | ||
| wasm-release | OK | 115 |
Exports:autodiff_single_var
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| autodiff_single_var | autodiff_single_var |
