GSLMultiRootBaseSolver, internal class for implementing GSL multi-root finders This is the base class for GSLMultiRootSolver (solver not using derivatives) and GSLMUltiRootDerivSolver (solver using derivatives)
Definition at line 57 of file GSLMultiRootSolver.h.
#include </mnt/vdb/lsf/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/math/mathmore/src/GSLMultiRootSolver.h>
virtual ROOT::Math::GSLMultiRootBaseSolver::~GSLMultiRootBaseSolver |
( |
| ) |
|
|
inlinevirtual |
const double* ROOT::Math::GSLMultiRootBaseSolver::Dx |
( |
| ) |
const |
|
inline |
const double* ROOT::Math::GSLMultiRootBaseSolver::FVal |
( |
| ) |
const |
|
inline |
virtual gsl_vector* ROOT::Math::GSLMultiRootBaseSolver::GetDx |
( |
| ) |
const |
|
privatepure virtual |
virtual gsl_vector* ROOT::Math::GSLMultiRootBaseSolver::GetF |
( |
| ) |
const |
|
privatepure virtual |
virtual gsl_vector* ROOT::Math::GSLMultiRootBaseSolver::GetRoot |
( |
| ) |
const |
|
privatepure virtual |
virtual int ROOT::Math::GSLMultiRootBaseSolver::Iterate |
( |
| ) |
|
|
pure virtual |
virtual std::string ROOT::Math::GSLMultiRootBaseSolver::Name |
( |
| ) |
const |
|
pure virtual |
int ROOT::Math::GSLMultiRootBaseSolver::TestDelta |
( |
double |
absTol, |
|
|
double |
relTol |
|
) |
| const |
|
inline |
test using abs and relative tolerance |dx| < absTol + relTol*|x| for every component
Definition at line 117 of file GSLMultiRootSolver.h.
int ROOT::Math::GSLMultiRootBaseSolver::TestResidual |
( |
double |
absTol | ) |
const |
|
inline |
const double* ROOT::Math::GSLMultiRootBaseSolver::X |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: