class TEigBalancing : public tObject;
Class used to store matrix balancing information and results returned by TMtx.Eig.. functions.
Constructors
| Name | Description |
|---|---|
| TEigBalancing |
Destructors
| Name | Description |
|---|---|
| ~TEigBalancing |
Fields
| Name | Type | Description |
|---|---|---|
| abnrm | double | The one-norm of the balanced matrix |
| bbnrm | double | The one-norm of the balanced matrix |
| ihi | int | |
| ilo | int | Class used to store matrix balancing information and results returned by TMtx.Eig.. functions. |
| lscale | TVec * | Details of the permutations and scaling factors applied when balancing the matrix. |
| RScale | TVec * | Details of the permutations and scaling factors applied when balancing the matrix. |