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