TConditionNumber Enumeration

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

enum class TConditionNumber : unsigned int;

Defines the norm, used in calculating the condition number parameter.

Defines the norm, used in calculating the TMtx::ConditionNr.

Values

NameDescription
cnNonethe condition number will not be calculated
cnNorm1the norm-1 will be used to calculate the condition number
cnNormInfthe infinite norm will be used to calculate the condition number