Click or drag to resize

FloatComplexEigDecompServerBalance Property

Gets and sets the balance option.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public BalanceOption Balance { get; set; }

Property Value

BalanceOption
Remarks
Balancing a matrix means permuting the rows and columns to make it more nearly upper triangular, and applying a diagonal similarity transformation to make its rows and columns closer in norm and the condition numbers of its eigenvalues and eigenvectors smaller.
See Also