Skip to content

C++ binding for FITPACK B-spline curve and surface fitting routines

Notifications You must be signed in to change notification settings

jbaayen/fitpackpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fitpackpp: C++ bindings for FITPACK

Fitpackpp wraps the package of Fortran subroutines for smoothing splines by P. Dierckx, FITPACK. This wrapper uses the double precision version of FITPACK distributed with scipy.

The BSplineCurve class wraps the 1D routines "curfit", "splev", and "splder".

The BSplineSurface class wraps the 2D routines "surfit", "bispev", and "parder".

References

Paul Dierckx, Curve and Surface Fitting with Splines, Oxford University Press, 1993.

About

C++ binding for FITPACK B-spline curve and surface fitting routines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published