source icon indicating copy to clipboard operation
source copied to clipboard

Modify interpolation and integration routines to use constrained cubic interpolation

Open mattngc opened this issue 9 years ago • 1 comments

Replace current trapezium rule integration with more advanced integration. This is for the maths package.

mattngc avatar Jun 15 '16 17:06 mattngc

possibly this algorithm: http://www.korf.co.uk/spline.pdf

CnlPepper avatar Aug 23 '16 22:08 CnlPepper