| Name | Description |
---|
| Integrate(FuncDouble, Double, Double, Double, Int32) |
Approximates a definite integral using an Nth order Gauss-Legendre rule.
|
| Integrate(FuncDouble, Double, Double, Double, Double, Double, Double, Int32) |
Approximates a 2-dimensional definite integral using an Nth order Gauss-Legendre rule over the rectangle [a,b] x [c,d].
|
| Integrate(FuncDouble, Double, Double, Double, Double, Double, Double, Double, Double, Double, Int32) |
Approximates a 3-dimensional definite integral using an Nth order Gauss-Legendre rule over the cuboid [a1,a2] x [b1,b2] x [c1,c2].
|