fangzhou-xie / autodiffr

Automatic Differentiation in R Using "autodiff"
https://fangzhou-xie.github.io/autodiffr/
Other
1 stars 0 forks source link
autodiff rcpp rcppeigen

autodiffr

License:
MIT R-CMD-check

The goal of autodiffr is to provide the C++ automatic differentation library autodiff in R.

Installation

You can install the development version of autodiffr like so:

# install.packages("devtools")
devtools::install_github("fangzhou-xie/autodiffr")