| 
    Theoretica
    
   Mathematical Library 
   | 
 
Numerical methods for multivariate root finding. More...
#include "../autodiff/autodiff.h"Go to the source code of this file.
Namespaces | |
| namespace | theoretica | 
| Main namespace of the library which contains all functions and objects.  | |
Functions | |
| template<unsigned int N> | |
| vec< real, N > | theoretica::multiroot_newton (autodiff::dvec_t< N >(*f)(autodiff::dvec_t< N >), vec< real, N > guess=vec< real, N >(0), 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.