- java.lang.Object
-
- org.quantlib.BilinearInterpolation
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class BilinearInterpolation extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedBilinearInterpolation(long cPtr, boolean cMemoryOwn)BilinearInterpolation(Array x, Array y, Matrix m)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(BilinearInterpolation obj)doublegetValue(double x, double y)doublegetValue(double x, double y, boolean allowExtrapolation)protected static longswigRelease(BilinearInterpolation obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
BilinearInterpolation
protected BilinearInterpolation(long cPtr, boolean cMemoryOwn)
-
BilinearInterpolation
public BilinearInterpolation(Array x, Array y, Matrix m)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(BilinearInterpolation obj)
-
swigRelease
protected static long swigRelease(BilinearInterpolation obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
getValue
public double getValue(double x, double y, boolean allowExtrapolation)
-
getValue
public double getValue(double x, double y)
-
-