- java.lang.Object
-
- org.quantlib.FalsePosition
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class FalsePosition extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description FalsePosition()protectedFalsePosition(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(FalsePosition obj)voidsetLowerBound(double lowerBound)voidsetMaxEvaluations(long evaluations)voidsetUpperBound(double upperBound)doublesolve(UnaryFunctionDelegate function, double xAccuracy, double guess, double step)doublesolve(UnaryFunctionDelegate function, double xAccuracy, double guess, double xMin, double xMax)protected static longswigRelease(FalsePosition obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
FalsePosition
protected FalsePosition(long cPtr, boolean cMemoryOwn)
-
FalsePosition
public FalsePosition()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(FalsePosition obj)
-
swigRelease
protected static long swigRelease(FalsePosition obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
setMaxEvaluations
public void setMaxEvaluations(long evaluations)
-
setLowerBound
public void setLowerBound(double lowerBound)
-
setUpperBound
public void setUpperBound(double upperBound)
-
solve
public double solve(UnaryFunctionDelegate function, double xAccuracy, double guess, double step)
-
solve
public double solve(UnaryFunctionDelegate function, double xAccuracy, double guess, double xMin, double xMax)
-
-