Files Class List
RootFinderNewton Class Reference

Detailed Description

Numerical root finder using safe Newton iterations.

This is the default numerical root finder used by the polynomial root finding functions. The methods of this class are called after a single root is isolated within a closed (finite) or open (infinite) interval. It performs a combination of Newton iterations and bisection to ensure convergence and achieve high-performance.

#include <cyPolynomial.h>