org.jquantlib.math.interpolations
Class BilinearInterpolation
- java.lang.Object
-
- org.jquantlib.math.interpolations.AbstractInterpolation2D
-
- org.jquantlib.math.interpolations.BilinearInterpolation
-
- All Implemented Interfaces:
- Extrapolator, Interpolation2D, Ops.BinaryDoubleOp
public class BilinearInterpolation extends AbstractInterpolation2D
Bilinear interpolation between discrete points- See Also:
Bilinear
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jquantlib.math.interpolations.Interpolation2D
Interpolation2D.Interpolator2D
-
-
Constructor Summary
Constructors Constructor and Description BilinearInterpolation(Array vx, Array vy, Matrix mz)Constructor for a bilinear interpolation between discrete points
-
Method Summary
-
Methods inherited from class org.jquantlib.math.interpolations.AbstractInterpolation2D
allowsExtrapolation, disableExtrapolation, empty, enableExtrapolation, isInRange, locateX, locateY, op, op, update, xMax, xMin, yMax, yMin
-
-
DataMelt 3.0 © DataMelt by jWork.ORG