- java.lang.Object
-
- org.quantlib.Fdm1dMesher
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
- Direct Known Subclasses:
Concentrating1dMesher,ExponentialJump1dMesher,FdmBlackScholesMesher,FdmCEV1dMesher,FdmHestonLocalVolatilityVarianceMesher,FdmHestonVarianceMesher,FdmSimpleProcess1dMesher,Glued1dMesher,Predefined1dMesher,Uniform1dMesher
public class Fdm1dMesher extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description Fdm1dMesher(long size)protectedFdm1dMesher(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()doubledminus(long index)doubledplus(long index)protected voidfinalize()protected static longgetCPtr(Fdm1dMesher obj)doublelocation(long index)DoubleVectorlocations()longsize()protected voidswigSetCMemOwn(boolean own)
-
-
-
Constructor Detail
-
Fdm1dMesher
protected Fdm1dMesher(long cPtr, boolean cMemoryOwn)
-
Fdm1dMesher
public Fdm1dMesher(long size)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(Fdm1dMesher obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
size
public long size()
-
dplus
public double dplus(long index)
-
dminus
public double dminus(long index)
-
location
public double location(long index)
-
locations
public DoubleVector locations()
-
-