You are here: Symbol Reference > MtxVec Namespace > Structs, Records, Enums > MtxVec.TEigCondition Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxVec.TEigCondition Enumeration

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

Pascal
TEigCondition = ( eicNone, eicSelectedEigs, eicSelectedRight, eicBoth );
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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!