|  | FloatComplexEigDecompServerBalance Property | 
            Gets and sets the balance option.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic BalanceOption Balance { get; set; }Public Property Balance As BalanceOption
	Get
	Set
public:
property BalanceOption Balance {
	BalanceOption get ();
	void set (BalanceOption value);
}member Balance : BalanceOption with get, set
Property Value
BalanceOption Remarks
RemarksBalancing 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
See Also