Class AbstractRootFinder

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

public abstract class AbstractRootFinder extends Object implements RootFinder, RootFinderWithDerivative
Version:
1.0
Author:
Christian Fries
  • Constructor Details

    • AbstractRootFinder

      public AbstractRootFinder()
  • Method Details

    • setValueAndDerivative

      public void setValueAndDerivative(double value, double derivative)
      Specified by:
      setValueAndDerivative in interface RootFinderWithDerivative
      Parameters:
      value - The value corresponding to the point returned by previous getNextPoint call.
      derivative - The derivative corresponding to the point returned by previous getNextPoint call.