- java.lang.Object
-
- org.quantlib.FdmMesher
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
- Direct Known Subclasses:
FdmMesherComposite
public class FdmMesher extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFdmMesher(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()doubledminus(FdmLinearOpIterator iter, long direction)doubledplus(FdmLinearOpIterator iter, long direction)protected voidfinalize()protected static longgetCPtr(FdmMesher obj)FdmLinearOpLayoutlayout()doublelocation(FdmLinearOpIterator iter, long direction)Arraylocations(long direction)protected voidswigSetCMemOwn(boolean own)
-
-
-
Constructor Detail
-
FdmMesher
protected FdmMesher(long cPtr, boolean cMemoryOwn)
-
-
Method Detail
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
dplus
public double dplus(FdmLinearOpIterator iter, long direction)
-
dminus
public double dminus(FdmLinearOpIterator iter, long direction)
-
location
public double location(FdmLinearOpIterator iter, long direction)
-
layout
public FdmLinearOpLayout layout()
-
-