[][src]Module bacon_sci::roots

Functions

bisection

Use the bisection method to solve for a zero of an equation.

muller_polynomial

Use Mueller's method on a polynomial. Note this usually requires complex numbers.

newton

Use Newton's method to find a root of a vector function.

newton_polynomial

Use Newton's method on a polynomial.

secant

Use secant method to find a root of a vector function.

steffensen

Use steffenson's method to find a fixed point