Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Namespaces | Functions
MathUtils_GaussKronrodWeights.hxx File Reference

Wrapper for accessing Gauss-Kronrod quadrature weights. This header isolates the old class math from the new namespace MathUtils. Implementation is in MathUtils_GaussKronrodWeights.cxx to avoid conflicts. More...

#include <Standard_Macro.hxx>
#include <math_Vector.hxx>

Namespaces

namespace  MathUtils
 Modern math solver types and result structures.
 

Functions

bool MathUtils::GetKronrodPointsAndWeights (int theNbKronrod, math_Vector &thePoints, math_Vector &theWeights)
 Get Gauss-Kronrod points and weights.
 
bool MathUtils::GetOrderedGaussPointsAndWeights (int theNbGauss, math_Vector &thePoints, math_Vector &theWeights)
 Get ordered Gauss points and weights.
 

Detailed Description

Wrapper for accessing Gauss-Kronrod quadrature weights. This header isolates the old class math from the new namespace MathUtils. Implementation is in MathUtils_GaussKronrodWeights.cxx to avoid conflicts.