Class math_KronrodSingleIntegration
Hierarchy
- math_KronrodSingleIntegration
Methods
NbIterReached
- NbIterReached(): Graphic3d_ZLayerId
Returns Graphic3d_ZLayerId
OrderReached
- OrderReached(): Graphic3d_ZLayerId
Returns Graphic3d_ZLayerId
Perform_1
- Perform_1(theFunction: math_Function, theLower: number, theUpper: number, theNbPnts: Graphic3d_ZLayerId): void
Parameters
theLower: number
theUpper: number
theNbPnts: Graphic3d_ZLayerId
Returns void
Perform_2
- Perform_2(theFunction: math_Function, theLower: number, theUpper: number, theNbPnts: Graphic3d_ZLayerId, theTolerance: number, theMaxNbIter: Graphic3d_ZLayerId): void
Parameters
theLower: number
theUpper: number
theNbPnts: Graphic3d_ZLayerId
theTolerance: number
theMaxNbIter: Graphic3d_ZLayerId
Returns void
Static GKRule
- GKRule(theFunction: math_Function, theLower: number, theUpper: number, theGaussP: math_Vector, theGaussW: math_Vector, theKronrodP: math_Vector, theKronrodW: math_Vector, theValue: number, theError: number): boolean
Parameters
theLower: number
theUpper: number
theGaussP: math_Vector
theGaussW: math_Vector
theKronrodP: math_Vector
theKronrodW: math_Vector
theValue: number
theError: number
Returns boolean