![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <cmath>
#include <cfloat>
#include <gsl/gsl_integration.h>
Go to the source code of this file.
Classes | |
class | Numerical::Quadrature< Instance > |
Namespaces | |
namespace | Numerical |
Numerical methods | |
Enumerations | |
enum | Numerical::QMethod { Numerical::QNG_T, Numerical::QAGS_T } |
Functions | |
template<typename Instance > | |
double | Numerical::__quadrature_call_fun__ (double x, void *not_used_for_params) |