TIntStopReason Enumeration

Header: Dew.Math/MtxIntDiff.h · Cross-compiler

enum class TIntStopReason : unsigned int;

Defines numerical integration algorithm exit reason.

Values

NameDescription
intConvergedThe result converged within given tolerance.
intNotConvergedThe result did not converge within given tolerance.