enum class TBalanceType : unsigned int;
Defines the method, used to balance the matrix.
Values
| Name | Description |
|---|---|
| btFull | matrix is permuted AND scaled |
| btNone | matrix is neither scaled or permuted |
| btPerm | matrix is permuted, but not scaled |
| btScale | matrix is scaled, but not permuted |