Uses of Class
org.quantlib.DoublePair
-
-
Uses of DoublePair in org.quantlib
Methods in org.quantlib that return DoublePair Modifier and Type Method Description DoublePairAnalyticHestonEngine. chF(double real, double imag, double t)DoublePairDoublePairVector. get(int index)static DoublePairCashFlows. npvbps(Leg leg, YieldTermStructureHandle discountCurve, boolean includeSettlementDateFlows)static DoublePairCashFlows. npvbps(Leg leg, YieldTermStructureHandle discountCurve, boolean includeSettlementDateFlows, Date settlementDate)static DoublePairCashFlows. npvbps(Leg leg, YieldTermStructureHandle discountCurve, boolean includeSettlementDateFlows, Date settlementDate, Date npvDate)static DoublePairCashFlows. npvbps(Leg leg, YieldTermStructure discountCurve, boolean includeSettlementDateFlows)static DoublePairCashFlows. npvbps(Leg leg, YieldTermStructure discountCurve, boolean includeSettlementDateFlows, Date settlementDate)static DoublePairCashFlows. npvbps(Leg leg, YieldTermStructure discountCurve, boolean includeSettlementDateFlows, Date settlementDate, Date npvDate)DoublePairDoublePairVector. remove(int index)DoublePairDoublePairVector. set(int index, DoublePair e)Methods in org.quantlib with parameters of type DoublePair Modifier and Type Method Description voidDoublePairVector. add(int index, DoublePair e)booleanDoublePairVector. add(DoublePair e)protected static longDoublePair. getCPtr(DoublePair obj)DoublePairDoublePairVector. set(int index, DoublePair e)protected static longDoublePair. swigRelease(DoublePair obj)Constructors in org.quantlib with parameters of type DoublePair Constructor Description Concentrating1dMesher(double start, double end, long size, DoublePair cPoints)Concentrating1dMesher(double start, double end, long size, DoublePair cPoints, boolean requireCPoint)DoublePair(DoublePair other)DoublePairVector(int count, DoublePair value)DoublePairVector(DoublePair[] initialElements)FdmBlackScholesMesher(long size, GeneralizedBlackScholesProcess process, double maturity, double strike, double xMinConstraint, double xMaxConstraint, double eps, double scaleFactor, DoublePair cPoint)FdmBlackScholesMesher(long size, GeneralizedBlackScholesProcess process, double maturity, double strike, double xMinConstraint, double xMaxConstraint, double eps, double scaleFactor, DoublePair cPoint, DividendSchedule dividendSchedule)FdmBlackScholesMesher(long size, GeneralizedBlackScholesProcess process, double maturity, double strike, double xMinConstraint, double xMaxConstraint, double eps, double scaleFactor, DoublePair cPoint, DividendSchedule dividendSchedule, FdmQuantoHelper fdmQuantoHelper)FdmBlackScholesMesher(long size, GeneralizedBlackScholesProcess process, double maturity, double strike, double xMinConstraint, double xMaxConstraint, double eps, double scaleFactor, DoublePair cPoint, DividendSchedule dividendSchedule, FdmQuantoHelper fdmQuantoHelper, double spotAdjustment)FdmCEV1dMesher(long size, double f0, double alpha, double beta, double maturity, double eps, double scaleFactor, DoublePair cPoint)Constructor parameters in org.quantlib with type arguments of type DoublePair Constructor Description DoublePairVector(Iterable<DoublePair> initialElements)
-