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 {
00038 
00045 
00082 double quad(double(*f)(double), double a, double b,
00083             double tol = std::numeric_limits<double>::epsilon());
00084 
00121 double quadl(double(*f)(double), double a, double b,
00122              double tol = std::numeric_limits<double>::epsilon());
00123 
00125 
00126 } // namespace itpp
00127 
00128 #endif // #ifndef INTEGRATION_H
SourceForge Logo

Generated on Fri Aug 14 15:28:10 2009 for IT++ by Doxygen 1.5.9