NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
|
inline |
Integrates a function using Gregory quadrature.
Computes the integral
\begin{align*} \int^{x_n}_0 dx \, f(x) = h\sum^{\mathrm{max}(k,m)}_{l=0} w_{n,l}\, f(x_l) \end{align*}
The function \(f\) represents any class M
for which M=0
is defined.
f |
|
n |
|
Definition at line 474 of file integration.hpp.