LUDecomposition<T>.RowPermutation 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#
public Permutation RowPermutation { get; protected set; }

Property Value

Permutation
A Permutation object.

See Also