TConditionNumber Enumeration

type TConditionNumber = ( cnNone, cnNorm1, cnNormInf );

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