- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.PricingEngine
-
- org.quantlib.FdSimpleExtOUJumpSwingEngine
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class FdSimpleExtOUJumpSwingEngine extends PricingEngine implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFdSimpleExtOUJumpSwingEngine(long cPtr, boolean cMemoryOwn)FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS)FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS, long tGrid)FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS, long tGrid, long xGrid)FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS, long tGrid, long xGrid, long yGrid)FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS, long tGrid, long xGrid, long yGrid, DoublePairVector shape)FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS, long tGrid, long xGrid, long yGrid, DoublePairVector shape, FdmSchemeDesc schemeDesc)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(FdSimpleExtOUJumpSwingEngine obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.PricingEngine
getCPtr
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
FdSimpleExtOUJumpSwingEngine
protected FdSimpleExtOUJumpSwingEngine(long cPtr, boolean cMemoryOwn)
-
FdSimpleExtOUJumpSwingEngine
public FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS, long tGrid, long xGrid, long yGrid, DoublePairVector shape, FdmSchemeDesc schemeDesc)
-
FdSimpleExtOUJumpSwingEngine
public FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS, long tGrid, long xGrid, long yGrid, DoublePairVector shape)
-
FdSimpleExtOUJumpSwingEngine
public FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS, long tGrid, long xGrid, long yGrid)
-
FdSimpleExtOUJumpSwingEngine
public FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS, long tGrid, long xGrid)
-
FdSimpleExtOUJumpSwingEngine
public FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS, long tGrid)
-
FdSimpleExtOUJumpSwingEngine
public FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(FdSimpleExtOUJumpSwingEngine 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
-
-