- java.lang.Object
-
- org.quantlib.ModifiedCraigSneydScheme
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class ModifiedCraigSneydScheme extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description ModifiedCraigSneydScheme(double theta, double mu, FdmLinearOpComposite map)ModifiedCraigSneydScheme(double theta, double mu, FdmLinearOpComposite map, FdmBoundaryConditionSet bcSet)protectedModifiedCraigSneydScheme(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(ModifiedCraigSneydScheme obj)voidsetStep(double dt)voidstep(Array a, double t)protected voidswigSetCMemOwn(boolean own)
-
-
-
Constructor Detail
-
ModifiedCraigSneydScheme
protected ModifiedCraigSneydScheme(long cPtr, boolean cMemoryOwn)
-
ModifiedCraigSneydScheme
public ModifiedCraigSneydScheme(double theta, double mu, FdmLinearOpComposite map, FdmBoundaryConditionSet bcSet)
-
ModifiedCraigSneydScheme
public ModifiedCraigSneydScheme(double theta, double mu, FdmLinearOpComposite map)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(ModifiedCraigSneydScheme obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
setStep
public void setStep(double dt)
-
-