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.2 |
Suggests: | knitr, rmarkdown, testthat |
Published: | 2024-09-13 |
DOI: | 10.32614/CRAN.package.cinterpolate |
Author: | Rich FitzJohn [aut, cre], Imperial College of Science, Technology and Medicine [cph] |
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 (source, R code) |
Package source: | cinterpolate_1.0.2.tar.gz |
Windows binaries: | r-devel: cinterpolate_1.0.2.zip, r-release: cinterpolate_1.0.2.zip, r-oldrel: cinterpolate_1.0.2.zip |
macOS binaries: | r-release (arm64): cinterpolate_1.0.2.tgz, r-oldrel (arm64): cinterpolate_1.0.2.tgz, r-release (x86_64): cinterpolate_1.0.2.tgz, r-oldrel (x86_64): cinterpolate_1.0.2.tgz |
Old sources: | cinterpolate archive |
Reverse imports: | odin |
Please use the canonical form https://CRAN.R-project.org/package=cinterpolate to link to this page.