Skip to content

jason-tilley/csa-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

##csa (Cubic Spline Approximation)

csa is a C code for cubic spline approximation of 2D scattered data. It provides a C library and a command line utility csabathy.

csa uses a fast O(N) and robust algorithm that works nicely for uniformly distributed data. It is described in this paper. For clustered data you may prefer Natural Neighbours interpolation.

Checkout csa by running git clone https://github.com/sakov/csa-c or svn checkout https://github.com/sakov/csa-c.

About

2D cubic spline approximation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 84.5%
  • MATLAB 8.2%
  • Shell 5.9%
  • Other 1.4%