|
|
| GaussLegendreQuadrature (fmatvec::Function< Ret(double)> *function, int dimension, int subIntegrals=1, int Nb=3) |
| |
| const Ret | integrate (double l, double u) |
| | function to integrate a MBSim-Function numerically using the gaussian quadrature More...
|
| |
|
void | setSubIntegrals (int subInts_) |
| |
|
|
fmatvec::Function< Ret(double)> * | function |
| | function to integrate
|
| |
|
int | dim |
| | dimension of the result
|
| |
|
size_t | subIntegrals |
| | number of integrals the original one should be split to
|
| |
|
size_t | Nb |
| | number of gauss points that should be used
|
| |
|
|
const Ret | integrateSingle (double l, double u) |
| |
◆ integrate()
function to integrate a MBSim-Function numerically using the gaussian quadrature
- Parameters
-
| function1 | the function that should be integrated |
| l | the lower bound of the integral |
| u | the upper bound of the integral |
The documentation for this class was generated from the following file: