bisect f target lo hi tol maxIter
Tensor -> Tensor
Tensor
int
Bisect method for finding root of non-linear equations. `adSafe` keeps within tensor space for all operations, but is substantially slower owing to two casts.
newtonRaphson f target x0 lo hi maxIter
Newton–Raphson root finder using AD for derivative.
Type something to start searching.