Gets the Permutation represented by this permutation matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public Permutation Permutation { get; }
Public ReadOnly Property Permutation As Permutation
Get
public:
property Permutation^ Permutation {
Permutation^ get ();
}
member Permutation : Permutation with get
Property Value
Type:
Permutation
The
Permutation object that produces the same result as multiplying
a vector or matrix on the left with this permutation matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference