NumUtils.RootFinding.BracketingWithNewtonRaphson Class Reference

List of all members.

Public Member Functions

 BracketingWithNewtonRaphson (double TOL)
 BracketingWithNewtonRaphson (double ExpansionFactor, int NumVertices, double TOL, int MAXIT)
double NewtonRaphson (NumUtils.DelegateFunction.DoubleFun FUNCTION, NumUtils.DelegateFunction.DoubleFun FUNCTION_Derivative, double x)
double NewtonRaphson (NumUtils.DelegateFunction.DoubleFun FUNCTION, NumUtils.DelegateFunction.DoubleFun FUNCTION_Derivative, double x, double y)
double NewtonRaphson (double FUNCTION, double FUNCTION_Derivative, double x, double y)
int[] GetBoundingIndexes (double[] X, double[] Y, double y, int n)
double GetRootWithNewtonRaphsonAndNeville (NumUtils.DelegateFunction.DoubleFun FUNCTION, NumUtils.DelegateFunction.DoubleFun FUNCTION_DERIVATIVE, double y, double X0, double X1)

Public Attributes

double Error
double ExpansionFactor
int NumVertices
double TOL
double MAXIT

The documentation for this class was generated from the following file:
Generated on Mon Jun 21 15:56:26 2010 for CfunBASE by  doxygen 1.6.3