TEigBalancing Class

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

class TEigBalancing : public tObject;

Class used to store matrix balancing information and results returned by TMtx.Eig.. functions.

Constructors

NameDescription
TEigBalancing

Destructors

NameDescription
~TEigBalancing

Fields

NameTypeDescription
abnrmdoubleThe one-norm of the balanced matrix
bbnrmdoubleThe one-norm of the balanced matrix
ihiint
ilointClass used to store matrix balancing information and results returned by TMtx.Eig.. functions.
lscaleTVec *Details of the permutations and scaling factors applied when balancing the matrix.
RScaleTVec *Details of the permutations and scaling factors applied when balancing the matrix.