Module bacon_sci_1::roots[][src]

Functions

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

Use Brent’s method to find the root of a function

Find the root of an equation using the ITP method.

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

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

Use Newton’s method on a polynomial.

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

Use steffenson’s method to find a fixed point