Gets whether the permutation is composed of an even number of elementary permutations.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsEven As Boolean |
| C# |
|---|
public bool IsEven { get; } |
| C++ |
|---|
public: bool IsEven { bool get (); } |
Value
true if the permutation is composed of an even numberof elementary permutations; otherwise false.
Remarks
An elementary permutation is an exchange of two elements of the set. Any permutation can be decomposed into
a succession of elementary permutations. Although there are infinitely many such decompositions, the parity of the
number of elementary permutations in each decomposition is a constant for each permutation.