Skip to content
forked from espdev/csaps-cpp

Eigen based C++11 implementation of cubic spline approximation (smoothing)

License

Notifications You must be signed in to change notification settings

tlobig/csaps-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this fork is used specifically to directly compute derivatives while evaluating the spline

CSAPS: cubic spline approximation (smoothing)

Eigen based C++ implementation of cubic spline approximation (smoothing).

Currently UnivariateCubicSmoothingSpline class is implemented.

About

Eigen based C++11 implementation of cubic spline approximation (smoothing)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.2%
  • CMake 17.8%