GSLMultiRootDerivSolver, internal class for implementing GSL multi-root finders using derivatives.
Definition at line 268 of file GSLMultiRootSolver.h.
#include </home/sftnight/build/workspace/root-makedoc-v616/rootspi/rdoc/src/v6-16-00-patches/math/mathmore/src/GSLMultiRootSolver.h>
◆ GSLMultiRootDerivSolver() [1/2]
ROOT::Math::GSLMultiRootDerivSolver::GSLMultiRootDerivSolver |
( |
const gsl_multiroot_fdfsolver_type * |
type, |
|
|
int |
n |
|
) |
| |
|
inline |
◆ ~GSLMultiRootDerivSolver()
virtual ROOT::Math::GSLMultiRootDerivSolver::~GSLMultiRootDerivSolver |
( |
| ) |
|
|
inlinevirtual |
◆ GSLMultiRootDerivSolver() [2/2]
◆ CreateSolver()
void ROOT::Math::GSLMultiRootDerivSolver::CreateSolver |
( |
const gsl_multiroot_fdfsolver_type * |
type, |
|
|
unsigned int |
n |
|
) |
| |
|
inline |
create the solver from the type and size of number of fitting points and number of parameters
Definition at line 312 of file GSLMultiRootSolver.h.
◆ GetDx()
virtual gsl_vector * ROOT::Math::GSLMultiRootDerivSolver::GetDx |
( |
| ) |
const |
|
inlinevirtual |
◆ GetF()
virtual gsl_vector * ROOT::Math::GSLMultiRootDerivSolver::GetF |
( |
| ) |
const |
|
inlinevirtual |
◆ GetRoot()
virtual gsl_vector * ROOT::Math::GSLMultiRootDerivSolver::GetRoot |
( |
| ) |
const |
|
inlinevirtual |
◆ Iterate()
virtual int ROOT::Math::GSLMultiRootDerivSolver::Iterate |
( |
| ) |
|
|
inlinevirtual |
◆ Name()
virtual const std::string & ROOT::Math::GSLMultiRootDerivSolver::Name |
( |
| ) |
const |
|
inlinevirtual |
◆ operator=()
◆ SetSolver()
◆ fDerivFunctions
◆ fDerivSolver
gsl_multiroot_fdfsolver* ROOT::Math::GSLMultiRootDerivSolver::fDerivSolver |
|
private |
◆ fGradFuncVec
◆ fName
std::string ROOT::Math::GSLMultiRootDerivSolver::fName |
|
private |
◆ fVec
gsl_vector* ROOT::Math::GSLMultiRootDerivSolver::fVec |
|
mutableprivate |
[legend]