TEigCondition Enumeration

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

enum class TEigCondition : unsigned int;

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

Values

NameDescription
eicBothComputed for both.
eicNoneDo not compute condition numbers.
eicSelectedEigsComputed for average of selected eigenvalues only.
eicSelectedRightComputed for selected right invariant subspace only.