- java.lang.Object
-
- org.quantlib.RichardsonExtrapolation
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class RichardsonExtrapolation extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedRichardsonExtrapolation(long cPtr, boolean cMemoryOwn)RichardsonExtrapolation(UnaryFunctionDelegate fct, double delta_h)RichardsonExtrapolation(UnaryFunctionDelegate fct, double delta_h, double n)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(RichardsonExtrapolation obj)doublegetValue()doublegetValue(double t)doublegetValue(double t, double s)protected static longswigRelease(RichardsonExtrapolation obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
RichardsonExtrapolation
protected RichardsonExtrapolation(long cPtr, boolean cMemoryOwn)
-
RichardsonExtrapolation
public RichardsonExtrapolation(UnaryFunctionDelegate fct, double delta_h, double n)
-
RichardsonExtrapolation
public RichardsonExtrapolation(UnaryFunctionDelegate fct, double delta_h)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(RichardsonExtrapolation obj)
-
swigRelease
protected static long swigRelease(RichardsonExtrapolation obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
getValue
public double getValue(double t)
-
getValue
public double getValue()
-
getValue
public double getValue(double t, double s)
-
-