ROOT  6.06/09
Reference Guide
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/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/mathmore/src/GSLRootFdFSolver.h>

Constructor & Destructor Documentation

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

Definition at line 51 of file GSLRootFdFSolver.h.

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

Definition at line 54 of file GSLRootFdFSolver.h.

Member Function Documentation

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

Member Data Documentation

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

Definition at line 73 of file GSLRootFdFSolver.h.

Referenced by GSLRootFdFSolver(), Solver(), and ~GSLRootFdFSolver().


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