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: 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 Permutation { get; protected set; }
Property Value
PermutationA Permutation object.