ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::Math::GSLRootFSolver Class Reference

Root-Finder implementation class using GSL.

Definition at line 47 of file GSLRootFSolver.h.

Public Member Functions

 GSLRootFSolver (const gsl_root_fsolver_type *type)
 
virtual ~GSLRootFSolver ()
 
gsl_root_fsolver * Solver () const
 

Private Attributes

gsl_root_fsolver * fSolver
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/mathmore/src/GSLRootFSolver.h>

Constructor & Destructor Documentation

ROOT::Math::GSLRootFSolver::GSLRootFSolver ( const gsl_root_fsolver_type *  type)
inline

Definition at line 51 of file GSLRootFSolver.h.

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

Definition at line 54 of file GSLRootFSolver.h.

Member Function Documentation

gsl_root_fsolver* ROOT::Math::GSLRootFSolver::Solver ( ) const
inline

Member Data Documentation

gsl_root_fsolver* ROOT::Math::GSLRootFSolver::fSolver
private

Definition at line 73 of file GSLRootFSolver.h.

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


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