- java.lang.Object
-
- org.quantlib.OptimizationMethod
-
- org.quantlib.BFGS
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class BFGS extends OptimizationMethod implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(BFGS obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.OptimizationMethod
getCPtr
-
-
-
-
Method Detail
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classOptimizationMethod
-
finalize
protected void finalize()
- Overrides:
finalizein classOptimizationMethod
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classOptimizationMethod
-
-