|
Open CASCADE Technology
6.5.4
|
This class implements the integration of a function of multiple
variables between the parameter bounds Lower[a..b] and Upper[a..b].
Warning: Each element of Order must be inferior or equal to 61.
#include <math_GaussMultipleIntegration.hxx>
Public Member Functions | |
| DEFINE_STANDARD_ALLOC | math_GaussMultipleIntegration (math_MultipleVarFunction &F, const math_Vector &Lower, const math_Vector &Upper, const math_IntegerVector &Order) |
| The Gauss-Legendre integration with Order = points of integration for each unknow, is done on the function F between the bounds Lower and Upper. | |
| Standard_Boolean | IsDone () const |
| returns True if all has been correctly done. | |
| Standard_Real | Value () const |
| returns the value of the integral. | |
| void | Dump (Standard_OStream &o) const |
| Prints information on the current state of the object. | |
| DEFINE_STANDARD_ALLOC math_GaussMultipleIntegration::math_GaussMultipleIntegration | ( | math_MultipleVarFunction & | F, |
| const math_Vector & | Lower, | ||
| const math_Vector & | Upper, | ||
| const math_IntegerVector & | Order | ||
| ) |
| void math_GaussMultipleIntegration::Dump | ( | Standard_OStream & | o | ) | const |
1.8.0