IT++ Logo

integration.h

Go to the documentation of this file.
00001 
00030 #ifndef INTEGRATION_H
00031 #define INTEGRATION_H
00032 
00033 #include <limits>
00034 
00035 
00036 namespace itpp {
00037 
00044 
00081   double quad(double (*f)(double), double a, double b,
00082               double tol = std::numeric_limits<double>::epsilon());
00083 
00120   double quadl(double (*f)(double), double a, double b,
00121                double tol = std::numeric_limits<double>::epsilon());
00122 
00124 
00125 } // namespace itpp
00126 
00127 #endif // #ifndef INTEGRATION_H
SourceForge Logo

Generated on Sat May 3 16:10:41 2008 for IT++ by Doxygen 1.5.5