Class RootFinder

java.lang.Object
org.tweetyproject.math.opt.rootFinder.RootFinder
Direct Known Subclasses:
NewtonRootFinder, OptimizationRootFinder

public abstract class RootFinder extends Object
Classes which extend this class represent algorithms for finding zero points (roots) of functions.
Author:
Matthias Thimm