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: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Permutation GetColumnOrdering()

Return Value

Permutation
A Permutation object that specifies the column ordering.

See Also