- java.lang.Object
-
- org.quantlib.FdmLinearOp
-
- org.quantlib.TripleBandLinearOp
-
- org.quantlib.FirstDerivativeOp
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class FirstDerivativeOp extends TripleBandLinearOp implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFirstDerivativeOp(long cPtr, boolean cMemoryOwn)FirstDerivativeOp(long direction, FdmMesher mesher)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(FirstDerivativeOp obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.TripleBandLinearOp
add, add, apply, axpyb, getCPtr, mult, multR, solve_splitting, solve_splitting, swap
-
Methods inherited from class org.quantlib.FdmLinearOp
getCPtr
-
-
-
-
Constructor Detail
-
FirstDerivativeOp
protected FirstDerivativeOp(long cPtr, boolean cMemoryOwn)
-
FirstDerivativeOp
public FirstDerivativeOp(long direction, FdmMesher mesher)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(FirstDerivativeOp obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classTripleBandLinearOp
-
finalize
protected void finalize()
- Overrides:
finalizein classTripleBandLinearOp
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classTripleBandLinearOp
-
-