You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TConditionNumber Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TConditionNumber Enumeration

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

Syntax
C#
Visual Basic
public enum TConditionNumber : uint { cnNone, cnNorm1, cnNormInf }

MtxVec.cs

Members 
Description 
cnNone 
the condition number will not be calculated 
cnNorm1 
the norm-1 will be used to calculate the condition number 
cnNormInf 
the infinite norm will be used to calculate the condition number 

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

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