Skip to content

Implementation for monotone cubic interpolation with the Hermite function through python3 and C++

License

Notifications You must be signed in to change notification settings

dkkim1005/Monotone_Cubic_Interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monotone Cubic Interpolation

Implementation for monotone cubic interpolation with the Hermite function through python3 and C++

Environment Setup

  • python3
    • numpy
    • matplotlib (optional)
  • C++
    • Standard c++11 or higher version is required.

Example


  • Figure for the results via monotone cubic interpolation
    • # of original data points : 30
    • "" for interpolation : 500

Reference

  1. F. N. Fritsch and R. E. Carlson, Monotone Piecewise Cubic Interpolation, SIAM. 17, 2 (1980). Link
  2. R. L. Dougherty, A. Edelman, and J.M. Hyman, Positivity-, monotonicity-, or convexity-preserving cubic and quintic Hermite interpolation, Mathematics of Computation. 52, 186 (1989). Link

About

Implementation for monotone cubic interpolation with the Hermite function through python3 and C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published