![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <MathUtils_Types.hxx>#include <MathUtils_Config.hxx>#include <math_Vector.hxx>#include <MathUtils_GaussKronrodWeights.hxx>#include <cmath>Data Structures | |
| struct | MathInteg::SetResult |
| Result for vector function integration. More... | |
Namespaces | |
| namespace | MathInteg |
| Numerical integration algorithms. | |
Functions | |
| template<typename Func > | |
| SetResult | MathInteg::GaussSet (Func &theFunc, double theLower, double theUpper, int theOrder) |
| Gauss-Legendre integration of a vector-valued function. | |
| template<typename Func > | |
| SetResult | MathInteg::GaussSet (Func &theFunc, const math_Vector &theLower, const math_Vector &theUpper, int theOrder) |
| Gauss-Legendre integration of vector function using math_Vector bounds. | |