Class SecantMethod

java.lang.Object
net.finmath.rootfinder.NewtonsMethod
net.finmath.rootfinder.SecantMethod
All Implemented Interfaces:
RootFinder, RootFinderWithDerivative

public class SecantMethod extends NewtonsMethod implements RootFinder
This class implements a root finder as question-and-answer algorithm using the secant method.
Version:
1.3
Author:
Christian Fries
Date:
2008-04-06
  • Constructor Details

    • SecantMethod

      public SecantMethod(double firstGuess, double secondGuess)
      Parameters:
      firstGuess - The first guess for the solver to use.
      secondGuess - A second guess for the solver to use (different from first guess).
  • Method Details