DGEBAL Class |
The DGEBAL type exposes the following members.
Name | Description | |
---|---|---|
![]() | DGEBAL | |
![]() | DGEBAL(LSAME, IDAMAX, DLAMCH, DSCAL, DSWAP, XERBLA) |
Name | Description | |
---|---|---|
![]() | Run | Purpose ======= DGEBAL balances a general real matrix A. This involves, first, permuting A by a similarity transformation to isolate eigenvalues in the first 1 to ILO-1 and last IHI+1 to N elements on the diagonal; and second, applying a diagonal similarity transformation to rows and columns ILO to IHI to make the rows and columns as close in norm as possible. Both steps are optional. Balancing may reduce the 1-norm of the matrix, and improve the accuracy of the computed eigenvalues and/or eigenvectors. |
Name | Description | |
---|---|---|
![]() | GetEnumNames | (Defined by General) |
![]() | IsValidDouble | (Defined by General) |