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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SourceForge Logo

Generated on Tue Dec 6 2011 16:51:47 for IT++ by Doxygen 1.7.4