Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fangzhou-xie/fastadr
Automatic Differentiation in R Using "FastAD"
https://github.com/fangzhou-xie/fastadr
autodiff rcpp rcppeigen
Last synced: 26 days ago
JSON representation
Automatic Differentiation in R Using "FastAD"
- Host: GitHub
- URL: https://github.com/fangzhou-xie/fastadr
- Owner: fangzhou-xie
- License: other
- Created: 2021-11-19T19:18:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T19:53:57.000Z (about 3 years ago)
- Last Synced: 2023-10-20T19:47:58.456Z (about 1 year ago)
- Topics: autodiff, rcpp, rcppeigen
- Language: C++
- Homepage: https://fangzhou-xie.github.io/fastadr/
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# fastadr
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![R-CMD-check](https://github.com/fangzhou-xie/fastadr/workflows/R-CMD-check/badge.svg)](https://github.com/fangzhou-xie/fastadr/actions)The goal of fastadr is to provide the [FastAD](https://github.com/JamesYang007/FastAD) automatic differentiation library in R.
## Installation
You can install the development version of fastadr from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("fangzhou-xie/fastadr")
```