- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.PricingEngine
-
- org.quantlib.AnalyticH1HWEngine
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class AnalyticH1HWEngine extends PricingEngine implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAnalyticH1HWEngine(long cPtr, boolean cMemoryOwn)AnalyticH1HWEngine(HestonModel hestonModel, SWIGTYPE_p_ext__shared_ptrT_HullWhite_t hullWhiteModel, double rhoSr)AnalyticH1HWEngine(HestonModel model, SWIGTYPE_p_ext__shared_ptrT_HullWhite_t hullWhiteModel, double rhoSr, double relTolerance, long maxEvaluations)AnalyticH1HWEngine(HestonModel hestonModel, SWIGTYPE_p_ext__shared_ptrT_HullWhite_t hullWhiteModel, double rhoSr, long integrationOrder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(AnalyticH1HWEngine obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.PricingEngine
getCPtr
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
AnalyticH1HWEngine
protected AnalyticH1HWEngine(long cPtr, boolean cMemoryOwn)
-
AnalyticH1HWEngine
public AnalyticH1HWEngine(HestonModel hestonModel, SWIGTYPE_p_ext__shared_ptrT_HullWhite_t hullWhiteModel, double rhoSr, long integrationOrder)
-
AnalyticH1HWEngine
public AnalyticH1HWEngine(HestonModel hestonModel, SWIGTYPE_p_ext__shared_ptrT_HullWhite_t hullWhiteModel, double rhoSr)
-
AnalyticH1HWEngine
public AnalyticH1HWEngine(HestonModel model, SWIGTYPE_p_ext__shared_ptrT_HullWhite_t hullWhiteModel, double rhoSr, double relTolerance, long maxEvaluations)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(AnalyticH1HWEngine obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classPricingEngine
-
finalize
protected void finalize()
- Overrides:
finalizein classPricingEngine
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classPricingEngine
-
-