SparseCompressedColumnMatrix<T>.GetColumnOrdering Method

Returns a permutation corresponding to a column ordering that minimizes fill-in during the LU decomposition of the matrix.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Permutation GetColumnOrdering()

Return Value

Permutation
A Permutation object that specifies the column ordering.

See Also