IT++ Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
integration.h
Go to the documentation of this file.
1 
29 #ifndef INTEGRATION_H
30 #define INTEGRATION_H
31 
32 #include <limits>
33 
34 
35 namespace itpp
36 {
37 
44 
81 double quad(double(*f)(double), double a, double b,
82  double tol = std::numeric_limits<double>::epsilon());
83 
120 double quadl(double(*f)(double), double a, double b,
121  double tol = std::numeric_limits<double>::epsilon());
122 
124 
125 } // namespace itpp
126 
127 #endif // #ifndef INTEGRATION_H
SourceForge Logo

Generated on Fri Mar 21 2014 17:14:12 for IT++ by Doxygen 1.8.1.2