|
Theoretica
Scientific Computing
|
Numerical methods for multivariate root finding. More...
Go to the source code of this file.
Namespaces | |
| namespace | theoretica |
| Main namespace of the library which contains all functions and objects. | |
Functions | |
| template<typename Vector = vec<real>, typename ReturnVector = Vector, typename DualObjectiveFunction , autodiff::enable_vector_field< DualObjectiveFunction > = true> | |
| iter_result< ReturnVector > | theoretica::multiroot_newton (DualObjectiveFunction f, Vector guess, real tolerance=OPTIMIZATION_MINGRAD_TOLERANCE, unsigned int max_iter=OPTIMIZATION_MINGRAD_ITER) |
| Approximate the root of a multivariate function using Newton's method with pure Jacobian. | |
Numerical methods for multivariate root finding.