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

Package details

AuthorRich FitzJohn [aut, cre]
MaintainerRich FitzJohn <rich.fitzjohn@gmail.com>
LicenseMIT + file LICENSE
Version1.0.0
URL https://github.com/mrc-ide/cinterpolate
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("cinterpolate")

Try the cinterpolate package in your browser

Any scripts or data that you put into this service are public.

cinterpolate documentation built on May 2, 2019, 6:13 a.m.