| Visual Basic (Declaration) | |
|---|---|
Public Enum BalanceType Inherits System.Enum | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As BalanceType | |
| C# | |
|---|---|
public enum BalanceType : System.Enum | |
| C++/CLI | |
|---|---|
public enum class BalanceType : public System.Enum | |
| Member | Description |
|---|---|
| Both | Both diagonally scale and permute. |
| None | Do not diagonally scale or permute. |
| Permute | Perform permutations to make the matrix more nearly upper triangular. Do not diagonally scale. |
| Scale | Diagonally scale the matrix to make its rows and columns more equal in norm. Do not permute. |
BalanceType enumeration is used in Eigen and CEigen constructor in order to indicate the type of balancing that will be used.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7