Class RootFinder.Brent<P>

java.lang.Object
org.bzdev.math.RootFinder<P>
org.bzdev.math.RootFinder.Brent<P>
Enclosing class:
RootFinder<P>

public abstract static class RootFinder.Brent<P> extends RootFinder<P>
RootFinder class using Brent's method. The implementation is based on the Wikipedia article about Brent's method.