Intg.h File Reference

#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...


Detailed Description

Header file supports calculations of definite integrals for user-supplied functions. The file contains declarations for abstract class template calc::Intg, derived class templates calc::Trap, calc::Simp, calc::Romb, and exeception class calc::IntgErr.
Generated on Wed Jul 19 09:23:45 2006 for CalcLib by  doxygen 1.4.7