Class MultiLinearInterpolation
- java.lang.Object
-
- dev.nm.analysis.curvefit.interpolation.multivariate.RecursiveGridInterpolation
-
- dev.nm.analysis.curvefit.interpolation.multivariate.MultiLinearInterpolation
-
- All Implemented Interfaces:
MultivariateGridInterpolation
public class MultiLinearInterpolation extends RecursiveGridInterpolation
Implementation of linear interpolation for an arbitrary number of dimensions. The algorithm works by recursively calling lower orderlinear interpolation
.
-
-
Constructor Summary
Constructors Constructor Description MultiLinearInterpolation()
Create an instance withLinearInterpolation
as the implementation of the univariate linear interpolation algorithm.
-
-
-
Constructor Detail
-
MultiLinearInterpolation
public MultiLinearInterpolation()
Create an instance withLinearInterpolation
as the implementation of the univariate linear interpolation algorithm.
-
-