You are here: Symbol Reference > MtxIntDiff Namespace > Structs, Records, Enums > MtxIntDiff.TIntegrateAlgo Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxIntDiff.TIntegrateAlgo Enumeration

Defines integration algorithm.

Pascal
TIntegrateAlgo = ( intAlgoTrapez, intAlgoSimpson, intAlgoSimpson38, intAlgoGauss, ntAlgoRomberg, intAlgoMonteCarlo );
Members 
Description 
intAlgoTrapez 
Traapez rule method. 
intAlgoSimpson 
Simpson algorithm. 
intAlgoSimpson38 
Boole integration method. 
intAlgoGauss 
Gauss integration algorithm. 
ntAlgoRomberg 
Romberg method. 
intAlgoMonteCarlo 
Monte-Carlo method. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!