CholeskyDecomposition<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.0
C#
public Permutation Permutation { get; protected set; }

Property Value

Permutation
A Permutation object.

See Also