Simple interpolation methods designed to be used from C code. Supports constant, linear and spline interpolation. An R wrapper is included but this package is primarily designed to be used from C code using 'LinkingTo'. The spline calculations are classical cubic interpolation, e.g., Forsythe, Malcolm and Moler (1977) <ISBN: 9780131653320>.
Version: | 1.0.0 |
Suggests: | knitr, rmarkdown, testthat |
Published: | 2019-04-10 |
Author: | Rich FitzJohn [aut, cre] |
Maintainer: | Rich FitzJohn <rich.fitzjohn at gmail.com> |
BugReports: | https://github.com/mrc-ide/cinterpolate/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/mrc-ide/cinterpolate |
NeedsCompilation: | yes |
Language: | en-GB |
Materials: | README |
CRAN checks: | cinterpolate results |
Reference manual: | cinterpolate.pdf |
Vignettes: |
Using cinterpolate |
Package source: | cinterpolate_1.0.0.tar.gz |
Windows binaries: | r-devel: cinterpolate_1.0.0.zip, r-release: cinterpolate_1.0.0.zip, r-oldrel: cinterpolate_1.0.0.zip |
macOS binaries: | r-release (arm64): cinterpolate_1.0.0.tgz, r-oldrel (arm64): cinterpolate_1.0.0.tgz, r-release (x86_64): cinterpolate_1.0.0.tgz, r-oldrel (x86_64): cinterpolate_1.0.0.tgz |
Reverse imports: | odin |
Please use the canonical form https://CRAN.R-project.org/package=cinterpolate to link to this page.