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: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Permutation Permutation { get; protected set; }

Property Value

Permutation
A Permutation object.

See Also