#include <math_ComputeKronrodPointsAndWeights.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_ComputeKronrodPointsAndWeights (const Standard_Integer Number) |
Standard_EXPORT Standard_Boolean | IsDone () const |
Standard_EXPORT math_Vector | Points () const |
Standard_EXPORT math_Vector | Weights () const |
Private Attributes | |
Handle_TColStd_HArray1OfReal | myPoints |
Handle_TColStd_HArray1OfReal | myWeights |
Standard_Boolean | myIsDone |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|