Cloudy
Spectral Synthesis Code for Astrophysics
|
#include <integrate.h>
Public Member Functions | |
Midpoint (const T &f, double a, double b) | |
void | step () |
double | sum () const |
long | evals () const |
Static Public Attributes | |
static const int | NREF =3 |
Private Attributes | |
T | m_f |
double | m_a |
double | m_b |
double | m_sum |
long | m_n |
|
inline |
|
inline |
References m_n.
|
inline |
|
inline |
References m_sum.
|
private |
Referenced by Midpoint(), and step().
|
private |
Referenced by Midpoint(), and step().
|
private |
Referenced by Midpoint(), and step().
|
private |
Referenced by evals(), Midpoint(), and step().
|
private |
Referenced by Midpoint(), step(), and sum().
|
static |
Referenced by step().