ROOT
ROOT project
Loading...
Searching...
No Matches
libROOT
libROOT
method.hpp
Go to the documentation of this file.
1
#ifndef LIBROOT_METHOD_HPP
2
#define LIBROOT_METHOD_HPP
3
8
enum
Method
{
BISECTION
,
NEWTON
,
CHORDS
,
FIXED_POINT
};
9
10
#endif
Method
Method
Enumeration of available root-finding methods.
Definition
method.hpp:8
FIXED_POINT
@ FIXED_POINT
Definition
method.hpp:8
BISECTION
@ BISECTION
Definition
method.hpp:8
CHORDS
@ CHORDS
Definition
method.hpp:8
NEWTON
@ NEWTON
Definition
method.hpp:8
Generated by
1.9.8