mrc-ide/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>.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version1.0.1
URL https://github.com/mrc-ide/cinterpolate
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mrc-ide/cinterpolate")
mrc-ide/cinterpolate documentation built on Jan. 4, 2024, 12:29 a.m.