Click or drag to resize

GaussLegendreRuleIntegrate Method

Overload List
 NameDescription
Public methodStatic memberIntegrate(FuncDouble, Double, Double, Double, Int32) Approximates a definite integral using an Nth order Gauss-Legendre rule.
Public methodStatic memberIntegrate(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].
Public methodStatic memberIntegrate(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].
Top
See Also