Uses of Class
org.quantlib.Bisection
-
-
Uses of Bisection in org.quantlib
Methods in org.quantlib with parameters of type Bisection Modifier and Type Method Description protected static longBisection. getCPtr(Bisection obj)protected static longBisection. swigRelease(Bisection obj)static doubleBondFunctions. yieldBisection(Bisection solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency)static doubleBondFunctions. yieldBisection(Bisection solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate)static doubleBondFunctions. yieldBisection(Bisection solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy)static doubleBondFunctions. yieldBisection(Bisection solver, Bond bond, double cleanPrice, DayCounter dayCounter, Compounding compounding, Frequency frequency, Date settlementDate, double accuracy, double guess)
-