Logo ROOT   6.14/05
Reference Guide
List of all members | 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/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/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

Definition at line 65 of file GSLRootFSolver.h.

Member Data Documentation

◆ fSolver

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

Definition at line 73 of file GSLRootFSolver.h.


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