#include <math_GaussMultipleIntegration.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | 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. | |
Standard_EXPORT void | Dump (Standard_OStream &o) const |
Prints information on the current state of the object. . | |
Private Attributes | |
Standard_Real | Val |
Standard_Boolean | Done |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|