Cholesky Decomposition<T>.Permutation Property
Gets the permutation that is applied to both the rows and the columns of the base matrix
before the decomposition.
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 Permutation { get; protected set; }
Property Value
PermutationA Permutation object.