Uses of Class
org.quantlib.UnaryFunctionDelegate
-
-
Uses of UnaryFunctionDelegate in org.quantlib
Methods in org.quantlib with parameters of type UnaryFunctionDelegate Modifier and Type Method Description doubleGaussianQuadrature. calculate(UnaryFunctionDelegate f)doubleGaussKronrodAdaptive. calculate(UnaryFunctionDelegate f, double a, double b)doubleGaussKronrodNonAdaptive. calculate(UnaryFunctionDelegate f, double a, double b)doubleGaussLobattoIntegral. calculate(UnaryFunctionDelegate f, double a, double b)doubleSegmentIntegral. calculate(UnaryFunctionDelegate f, double a, double b)doubleSimpsonIntegral. calculate(UnaryFunctionDelegate f, double a, double b)doubleTanhSinhIntegral. calculate(UnaryFunctionDelegate f, double a, double b)doubleTrapezoidIntegralDefault. calculate(UnaryFunctionDelegate f, double a, double b)doubleTrapezoidIntegralMidPoint. calculate(UnaryFunctionDelegate f, double a, double b)protected static longUnaryFunctionDelegate. getCPtr(UnaryFunctionDelegate obj)doubleBisection. solve(UnaryFunctionDelegate function, double xAccuracy, double guess, double step)doubleBisection. solve(UnaryFunctionDelegate function, double xAccuracy, double guess, double xMin, double xMax)doubleBrent. solve(UnaryFunctionDelegate function, double xAccuracy, double guess, double step)doubleBrent. solve(UnaryFunctionDelegate function, double xAccuracy, double guess, double xMin, double xMax)doubleFalsePosition. solve(UnaryFunctionDelegate function, double xAccuracy, double guess, double step)doubleFalsePosition. solve(UnaryFunctionDelegate function, double xAccuracy, double guess, double xMin, double xMax)doubleNewton. solve(UnaryFunctionDelegate function, UnaryFunctionDelegate derivative, double xAccuracy, double guess, double step)doubleNewton. solve(UnaryFunctionDelegate function, UnaryFunctionDelegate derivative, double xAccuracy, double guess, double xMin, double xMax)doubleNewtonSafe. solve(UnaryFunctionDelegate function, UnaryFunctionDelegate derivative, double xAccuracy, double guess, double step)doubleNewtonSafe. solve(UnaryFunctionDelegate function, UnaryFunctionDelegate derivative, double xAccuracy, double guess, double xMin, double xMax)doubleRidder. solve(UnaryFunctionDelegate function, double xAccuracy, double guess, double step)doubleRidder. solve(UnaryFunctionDelegate function, double xAccuracy, double guess, double xMin, double xMax)doubleSecant. solve(UnaryFunctionDelegate function, double xAccuracy, double guess, double step)doubleSecant. solve(UnaryFunctionDelegate function, double xAccuracy, double guess, double xMin, double xMax)protected static longUnaryFunctionDelegate. swigRelease(UnaryFunctionDelegate obj)Constructors in org.quantlib with parameters of type UnaryFunctionDelegate Constructor Description ChebyshevInterpolation(long n, UnaryFunctionDelegate fct)ChebyshevInterpolation(long n, UnaryFunctionDelegate fct, ChebyshevInterpolation.PointsType pointsType)ExtendedOrnsteinUhlenbeckProcess(double speed, double sigma, double x0, UnaryFunctionDelegate function)ExtendedOrnsteinUhlenbeckProcess(double speed, double sigma, double x0, UnaryFunctionDelegate function, double intEps)FdmCellAveragingInnerValue(Payoff payoff, FdmMesher mesher, long direction, UnaryFunctionDelegate gridMapping)FdmTimeDepDirichletBoundary(FdmMesher mesher, UnaryFunctionDelegate function, long direction, FdmBoundaryCondition.Side side)RichardsonExtrapolation(UnaryFunctionDelegate fct, double delta_h)RichardsonExtrapolation(UnaryFunctionDelegate fct, double delta_h, double n)UnaryFunction(UnaryFunctionDelegate arg0)
-