Skip to content

0x55553333/JavaSplineLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cubic Spline Interpolator

Given a set of points x_0...n and output of some function f_0...n, this library generates a spline S(x) on each interval 0\leq j \leq n that provides a cubic approximation of the input function.

Usage

Please consult the Main.java file https://github.com/0x55553333/JavaSplineLib/blob/master/src/main/java/Main.java.

Theory

For cubic spline interpolation, Please consult a brief document: https://github.com/0x55553333/JavaSplineLib/blob/master/docs/spline3.pdf

About

Cubic spline interpolation in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages