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