TSparseSystem Enumeration

Source: sparse.cs · Assembly: Dew.Math

public enum TSparseSystem

Defines the system to be solved by the Dew.Math.TSparseMtx.Solve method.

Defines the system to be solved by the Dew.Math.TSparseMtx.Solve method. In the declaration bellow L is lower triangular matrix, U is uper triangular matrix, P and Q are the permutation matrices and T denotes tranpose operation. PAQ = LU. Applies to Umfpack only.

Values

NameDescription
spsAAx=b
spsAatA.'x=b
spsATA'x=b
spsLLx=b
spsLaTL.'x=b
spsLaTPL.'Px=b
spsLTL'x=b
spsLTPL'Px=b
spsPtLP'Lx=b
spsQUaTQU.'x=b
spsQUTQU'x=b
spsUUx=b
spsUaTU.'x=b
spsUQTUQ'x=b
spsUTU'x=b