root_2d¶ luminet.solver.root_2d(func: Callable, x0: numpy.ndarray, args: tuple = (), method: str = 'hybr', tol: float = 1e-06)¶ Find the root of a function of two variables.