Gets and sets the balance option.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public BalanceOption Balance { get; set; }
Visual Basic (Declaration)
Public Property Balance As BalanceOption
Visual C++
public:
property BalanceOption Balance {
	BalanceOption get ();
	void set (BalanceOption value);
}

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