18 #ifndef __itkFEMUtility_h
19 #define __itkFEMUtility_h
23 #include "metaObject.h"
49 static const double one;
50 static const double two;
51 static const double z[110];
52 static const double w[110];
55 double Integrate(
double ( *f )(
double),
double a,
double b,
int n = 3);
double Integrate(double(*f)(double), double a, double b, int n=3)
Use the Gauss-Legendre formula to perform integration.
static const double z[110]
static const double w[110]