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

Specifies if and which condition numbers for eigenvalues are to be computed.

Syntax
C#
Visual Basic
public enum TEigCondition : uint { eicNone, eicSelectedEigs, eicSelectedRight, eicBoth }

MtxVec.cs

Members 
Description 
eicNone 
Do not compute condition numbers. 
eicSelectedEigs 
Computed for average of selected eigenvalues only. 
eicSelectedRight 
Computed for selected right invariant subspace only. 
eicBoth 
Computed for both. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!