Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
Multidimensional ROOT finding

Classes for finding the roots of a multi-dimensional system.

Classes

class  ROOT::Math::GSLMultiRootBaseSolver
 GSLMultiRootBaseSolver, internal class for implementing GSL multi-root finders This is the base class for GSLMultiRootSolver (solver not using derivatives) and GSLMUltiRootDerivSolver (solver using derivatives) More...
 
class  ROOT::Math::GSLMultiRootDerivFunctionWrapper
 wrapper to a multi-dim function with derivatives for multi roots algorithm More...
 
class  ROOT::Math::GSLMultiRootDerivSolver
 GSLMultiRootDerivSolver, internal class for implementing GSL multi-root finders using derivatives. More...
 
class  ROOT::Math::GSLMultiRootFinder
 Class for Multidimensional root finding algorithms bassed on GSL. More...
 
class  ROOT::Math::GSLMultiRootFunctionAdapter< FuncVector >
 Class for adapting a C++ functor class to C function pointers used by GSL MultiRoot Algorithm The templated C++ function class must implement: More...
 
class  ROOT::Math::GSLMultiRootSolver
 GSLMultiRootSolver, internal class for implementing GSL multi-root finders not using derivatives. More...