# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "Rcppautodiff" in publications use:' type: software license: GPL-2.0-or-later title: 'Rcppautodiff: An Interface to the C++ Automatic Differentiation Library ''autodiff''' version: 0.1.0 abstract: Provides an interface from R to the 'autodiff' library , 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: - family-names: Nayak given-names: Satyaprakash email: satyaprakash.nayak@gmail.com orcid: https://orcid.org/0000-0001-7225-1317 repository: https://cran.r-universe.dev repository-code: https://github.com/sn248/Rcppautodiff commit: 5f3634fcf2da96d247c0489f4fe91cbc69d4cdf3 url: https://sn248.github.io/Rcppautodiff/ date-released: '2026-06-27' contact: - family-names: Nayak given-names: Satyaprakash email: satyaprakash.nayak@gmail.com orcid: https://orcid.org/0000-0001-7225-1317