solver

Scipy solvers.

This module provides light wrappers to scipy solvers.

Functions

improve_solutions(→ numpy.ndarray)

Find the root of a function.

root_2d(func, x0[, args, method, tol])

Find the root of a function of two variables.

interpolator(x, y)