- java.lang.Object
-
- org.quantlib.OptimizationMethod
-
- org.quantlib.ConjugateGradient
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class ConjugateGradient extends OptimizationMethod implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description ConjugateGradient()protectedConjugateGradient(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(ConjugateGradient obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.OptimizationMethod
getCPtr
-
-
-
-
Constructor Detail
-
ConjugateGradient
protected ConjugateGradient(long cPtr, boolean cMemoryOwn)
-
ConjugateGradient
public ConjugateGradient()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(ConjugateGradient obj)
-
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
-
-