- java.lang.Object
-
- org.quantlib.FdmLinearOp
-
- org.quantlib.FdmLinearOpComposite
-
- org.quantlib.FdmLocalVolFwdOp
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class FdmLocalVolFwdOp extends FdmLinearOpComposite implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFdmLocalVolFwdOp(long cPtr, boolean cMemoryOwn)FdmLocalVolFwdOp(FdmMesher mesher, Quote spot, YieldTermStructure rTS, YieldTermStructure qTS, LocalVolTermStructure localVol)FdmLocalVolFwdOp(FdmMesher mesher, Quote spot, YieldTermStructure rTS, YieldTermStructure qTS, LocalVolTermStructure localVol, long direction)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(FdmLocalVolFwdOp obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.FdmLinearOpComposite
apply_direction, apply_mixed, getCPtr, preconditioner, setTime, size, solve_splitting, to_sparse_matrix
-
Methods inherited from class org.quantlib.FdmLinearOp
apply, getCPtr
-
-
-
-
Constructor Detail
-
FdmLocalVolFwdOp
protected FdmLocalVolFwdOp(long cPtr, boolean cMemoryOwn)
-
FdmLocalVolFwdOp
public FdmLocalVolFwdOp(FdmMesher mesher, Quote spot, YieldTermStructure rTS, YieldTermStructure qTS, LocalVolTermStructure localVol, long direction)
-
FdmLocalVolFwdOp
public FdmLocalVolFwdOp(FdmMesher mesher, Quote spot, YieldTermStructure rTS, YieldTermStructure qTS, LocalVolTermStructure localVol)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(FdmLocalVolFwdOp obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classFdmLinearOpComposite
-
finalize
protected void finalize()
- Overrides:
finalizein classFdmLinearOpComposite
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classFdmLinearOpComposite
-
-