![]() | BalanceOption Enumeration |
Namespace: CenterSpace.NMath.Core
Member name | Value | Description | |
---|---|---|---|
None | 0 | Perform no balancing operations. | |
Permute | 1 | Permute rows and columns to make the matrix more nearly upper triangular. | |
Scale | 2 | Apply a diagonal similarity transformation to make the matrix rows and columns closer in norm, and the condition numbers of eigenvalues and eigenvectors smaller. | |
Both | 3 | Perform both permuting and scaling. |
Copyright © 2022 CenterSpace Software, LLC. All rights reserved.