Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 266 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 266 Bytes

Monotone spline function C++

Based on ``Accurate Monotonicity Preserving Cubic Interpolation'' paper

x is monotone increasing

To compile:

g++ -std=c++11 hyman_spline.cpp -o spline