Package: cinterpolate 1.0.2

Rich FitzJohn

cinterpolate: Interpolation From C

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>.

Authors:Rich FitzJohn [aut, cre], Imperial College of Science, Technology and Medicine [cph]

cinterpolate_1.0.2.tar.gz
cinterpolate_1.0.2.tar.gz(r-4.5-noble)cinterpolate_1.0.2.tar.gz(r-4.4-noble)
cinterpolate_1.0.2.tgz(r-4.4-emscripten)cinterpolate_1.0.2.tgz(r-4.3-emscripten)
cinterpolate.pdf |cinterpolate.html
cinterpolate/json (API)

# Install 'cinterpolate' in R:
install.packages('cinterpolate', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/mrc-ide/cinterpolate/issues

Uses libs:
  • openblas– Optimized BLAS

4.01 score 3 packages 1 scripts 1.1k downloads 1 exports 0 dependencies

Last updated 1 months agofrom:c9a118f20f. Checks:OK: 2. Indexed: no.

TargetResultDate
Doc / VignettesOKOct 15 2024
R-4.5-linux-x86_64OKOct 15 2024

Exports:interpolation_function

Dependencies:

Using cinterpolate

Rendered fromcinterpolate.Rmdusingknitr::rmarkdownon Oct 15 2024.

Last update: 2023-11-30
Started: 2019-04-10