TSparseSystem Enumeration

Header: Dew.Math/sparse.h · Cross-compiler

enum class TSparseSystem : unsigned int;

Defines the system to be solved by the TSparseMtx::Solve method.

Defines the system to be solved by the 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