|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | math_GaussSingleIntegration () |
Standard_EXPORT | math_GaussSingleIntegration (math_Function &F, const Standard_Real Lower, const Standard_Real Upper, const Standard_Integer Order) |
| The Gauss-Legendre integration with N = Order points of integration,
is done on the function F between the bounds Lower and Upper.
.
|
Standard_EXPORT | math_GaussSingleIntegration (math_Function &F, const Standard_Real Lower, const Standard_Real Upper, const Standard_Integer Order, const Standard_Real Tol) |
| The Gauss-Legendre integration with N = Order points of integration and
given tolerance = Tol 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.
|
Standard_EXPORT void | Dump (Standard_OStream &o) const |
| Prints information on the current state of the object.
.
|
Private Member Functions |
Standard_EXPORT void | Perform (math_Function &F, const Standard_Real Lower, const Standard_Real Upper, const Standard_Integer Order) |
| perfoms actual computation
|
Private Attributes |
Standard_Real | Val |
Standard_Boolean | Done |