boofcv.alg.interpolate.array
Class PolynomialNeville_F32
- java.lang.Object
-
- boofcv.alg.interpolate.array.Interpolate1D_F32
-
- boofcv.alg.interpolate.array.PolynomialNeville_F32
-
public class PolynomialNeville_F32 extends Interpolate1D_F32
Neville's algorithm for polynomial interpolation and extrapolation. Neville's algorithm improves upon Lagrange's formula by avoiding repetitive calculations.
See Numerical Recipes Third Edition page 118.
-
-
Constructor Summary
Constructors Constructor and Description PolynomialNeville_F32(int maxDegree)PolynomialNeville_F32(int maxDegree, float[] x, float[] y, int size)
-
Method Summary
-
Methods inherited from class boofcv.alg.interpolate.array.Interpolate1D_F32
changeDegree, process, process, setInput
-
-
DataMelt 3.0 © DataMelt by jWork.ORG