Click or drag to resize

BalanceOption Enumeration

Enumeration for specifying balancing options in eigenvalue decompositions.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum BalanceOption
Members
Member nameValueDescription
None0 Perform no balancing operations.
Permute1 Permute rows and columns to make the matrix more nearly upper triangular.
Scale2 Apply a diagonal similarity transformation to make the matrix rows and columns closer in norm, and the condition numbers of eigenvalues and eigenvectors smaller.
Both3 Perform both permuting and scaling.
See Also