#include "Base.h"#include "Intg.cpp"#include "Trap.cpp"#include "Simp.cpp"#include "Romb.cpp"Include dependency graph for Intg.h:

Go to the source code of this file.
Namespaces | |
| namespace | calc |
Classes | |
| class | Intg |
| Abstract class template supports calculations of definite integrals for user-supplied functions. More... | |
| class | IntgErr |
| Class provides an exception object for the class calc::Intg. More... | |
| class | Romb |
| Class template calculates definite integrals of user-supplied functions using the Romberg method of extrapolated error. More... | |
| class | Simp |
| Class template calculates definite integrals for user-supplied functions using the second-order Simpson rule. More... | |
| class | Trap |
| Class template calculates definite integrals for user-supplied functions using the first-order trapezoid rule. More... | |
1.4.7