LUDecomposition<T>.Row Permutation Property
Gets the permutation that was generated by the pivoting procedure.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Permutation object.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Permutation RowPermutation { get; protected set; }
Property Value
PermutationA Permutation object.