Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
iter_track.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  iter_track
 
class  iter_track_basic< T >
 
class  secant_track
 

Functions

double Amsterdam_Method (double(*f)(double), double a, double fa, double c, double fc, double tol, int max_iter, int &err)
 

Function Documentation

◆ Amsterdam_Method()

double Amsterdam_Method ( double(* )(double),
double a,
double fa,
double c,
double fc,
double tol,
int max_iter,
int & err )