TIntegrateAlgo Enumeration

Source: MtxIntDiff.cs · Assembly: Dew.Math

public enum TIntegrateAlgo

Defines integration algorithm.

Values

NameDescription
intAlgoGaussGauss integration algorithm.
intAlgoMonteCarloMonte-Carlo method.
intAlgoSimpsonSimpson algorithm.
intAlgoSimpson38Boole integration method.
intAlgoTrapezTraapez rule method.
ntAlgoRombergRomberg method.