Theoretica
A C++ numerical and automatic mathematical library
multi_roots.h File Reference

Numerical methods for multivariate root finding. More...

Go to the source code of this file.

Namespaces

 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. More...
 

Detailed Description

Numerical methods for multivariate root finding.