ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMUtility.h>
Public Member Functions | |
double | Integrate (double(*f)(double), double a, double b, int n=3) |
Static Public Attributes | |
static const double | one |
static const double | two |
static const double | w [110] |
static const double | z [110] |
static const double | zero |
Use the Gauss-Legendre formula to perform integration.
Numerical integration (Gauss-Legendre formula). Integrates function f(x) from x=a to x=b in n points.
Definition at line 45 of file itkFEMUtility.h.
double itk::fem::GaussIntegrate::Integrate | ( | double(*)(double) | f, |
double | a, | ||
double | b, | ||
int | n = 3 |
||
) |
|
static |
Definition at line 49 of file itkFEMUtility.h.
|
static |
Definition at line 50 of file itkFEMUtility.h.
|
static |
Definition at line 52 of file itkFEMUtility.h.
|
static |
Definition at line 51 of file itkFEMUtility.h.
|
static |
Definition at line 48 of file itkFEMUtility.h.