ROOT  6.06/08
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 </builddir/build/BUILD/root-6.06.08/math/mathmore/src/GSLRootFSolver.h>

Constructor & Destructor Documentation

§ GSLRootFSolver()

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

Definition at line 51 of file GSLRootFSolver.h.

§ ~GSLRootFSolver()

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

Definition at line 54 of file GSLRootFSolver.h.

Member Function Documentation

§ Solver()

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

Member Data Documentation

§ fSolver

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: