ROOT
6.12/07
Reference Guide
math
mathmore
inc
Math
LinkDef_RootFinding.h
Go to the documentation of this file.
1
// @(#)root/mathmore:$Id$
2
// Authors: L. Moneta, A. Zsenei 08/2005
3
4
#ifdef __CINT__
5
6
7
#pragma link C++ namespace ROOT::Math::Roots;
8
9
#pragma link C++ class ROOT::Math::GSLRootFinder+;
10
#pragma link C++ class ROOT::Math::GSLRootFinderDeriv+;
11
12
#pragma link C++ class ROOT::Math::Roots::Bisection+;
13
#pragma link C++ class ROOT::Math::Roots::Brent+;
14
#pragma link C++ class ROOT::Math::Roots::FalsePos+;
15
#pragma link C++ class ROOT::Math::Roots::Newton+;
16
#pragma link C++ class ROOT::Math::Roots::Secant+;
17
#pragma link C++ class ROOT::Math::Roots::Steffenson+;
18
19
#endif