ROOT
ROOT project
Loading...
Searching...
No Matches
Enumerations
method.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  Method { BISECTION , NEWTON , CHORDS , FIXED_POINT }
 Enumeration of available root-finding methods. More...
 

Enumeration Type Documentation

◆ Method

enum Method

Enumeration of available root-finding methods.

Enumerator
BISECTION 
NEWTON 
CHORDS 
FIXED_POINT