Class Hierarchy
- java.lang.Object
- ca.cgjennings.math.Combinatorics
- ca.cgjennings.math.Interpolation
- ca.cgjennings.math.Interpolation.InterpolatedFunction (implements ca.cgjennings.math.Fn)
- ca.cgjennings.math.Interpolation.CubicSpline
- ca.cgjennings.math.Interpolation.LinearRegression (implements ca.cgjennings.math.UnivariatePolynomial)
- ca.cgjennings.math.Interpolation.QuadraticRegression (implements ca.cgjennings.math.UnivariatePolynomial)
Interface Hierarchy
- ca.cgjennings.math.Fn
- ca.cgjennings.math.UnivariatePolynomial