Expline v0.1.0 API Reference

Modules

Expline is a GenServer that wraps the Expline.Spline module. It builds the Expline.Spline after being supplied the input parameters in start/3 or start_link/3. After initializing, use the interpolate/2 and interpolate/3 functions to find the corresponding points for each value you wish to interpolate

Expline.Spline is the module defining the struct and functions for constructing cubic splines and interpolating values along them. It is the core module and data structure for the library