Open CASCADE Technology 6.5.2
Public Member Functions | Static Public Member Functions
math Class Reference

#include <math.hxx>

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)

Static Public Member Functions

static Standard_Integer GaussPointsMax ()
static void GaussPoints (const Standard_Integer Index, math_Vector &Points)
static void GaussWeights (const Standard_Integer Index, math_Vector &Weights)
static Standard_Integer KronrodPointsMax ()
 Returns the maximal number of points for that the values
are stored in the table. If the number is greater then
KronrodPointsMax, the points will be computed.

static Standard_Boolean OrderedGaussPointsAndWeights (const Standard_Integer Index, math_Vector &Points, math_Vector &Weights)
static Standard_Boolean KronrodPointsAndWeights (const Standard_Integer Index, math_Vector &Points, math_Vector &Weights)

Member Function Documentation

static void math::GaussPoints ( const Standard_Integer  Index,
math_Vector Points 
) [static]
static Standard_Integer math::GaussPointsMax ( ) [static]
static void math::GaussWeights ( const Standard_Integer  Index,
math_Vector Weights 
) [static]
static Standard_Boolean math::KronrodPointsAndWeights ( const Standard_Integer  Index,
math_Vector Points,
math_Vector Weights 
) [static]
static Standard_Integer math::KronrodPointsMax ( ) [static]
void math::operator delete ( void *  anAddress) [inline]
void* math::operator new ( size_t  size) [inline]
void* math::operator new ( size_t  ,
void *  anAddress 
) [inline]
static Standard_Boolean math::OrderedGaussPointsAndWeights ( const Standard_Integer  Index,
math_Vector Points,
math_Vector Weights 
) [static]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines