Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Math::GSLRootFdFSolver Class Reference

Root-Finder with derivatives implementation class using GSL.

Definition at line 47 of file GSLRootFdFSolver.h.

Public Member Functions

 GSLRootFdFSolver (const gsl_root_fdfsolver_type *type)
 
virtual ~GSLRootFdFSolver ()
 
gsl_root_fdfsolver * Solver () const
 

Private Attributes

gsl_root_fdfsolver * fSolver
 

#include </mnt/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/math/mathmore/src/GSLRootFdFSolver.h>

Constructor & Destructor Documentation

◆ GSLRootFdFSolver()

ROOT::Math::GSLRootFdFSolver::GSLRootFdFSolver ( const gsl_root_fdfsolver_type *  type)
inline

Definition at line 51 of file GSLRootFdFSolver.h.

◆ ~GSLRootFdFSolver()

virtual ROOT::Math::GSLRootFdFSolver::~GSLRootFdFSolver ( )
inlinevirtual

Definition at line 54 of file GSLRootFdFSolver.h.

Member Function Documentation

◆ Solver()

gsl_root_fdfsolver* ROOT::Math::GSLRootFdFSolver::Solver ( ) const
inline

Definition at line 65 of file GSLRootFdFSolver.h.

Member Data Documentation

◆ fSolver

gsl_root_fdfsolver* ROOT::Math::GSLRootFdFSolver::fSolver
private

Definition at line 73 of file GSLRootFdFSolver.h.


The documentation for this class was generated from the following file: