You are here: Symbol Reference > MtxIntDiff Namespace > Functions > MtxIntDiff.QuadRegular Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxIntDiff.QuadRegular Function

Numerical integration by using optimized quadrature formula.

Pascal
function QuadRegular(Fun: TRealFunction; lb: double; ub: double; const FloatPrecision: TMtxFloatPrecision; Const Constants: TVec; Const ObjConst: Array of TObject; X0: TVec; F0: TVec; out StopReason: TIntStopReason; Tolerance: double = 1.0E-4; MaxIter: Integer = 8; MaxNInsert: Integer = 7): double;

the numerical approximate on integral of function Fun between limits lb and ub.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!