Defines the system to be solved by the TSparseMtx.Solve method.
|
Members |
Description |
|
spsA |
Ax=b |
|
spsAT |
A'x=b |
|
spsAat |
A.'x=b |
|
spsPtL |
P'Lx=b |
|
spsL |
Lx=b |
|
spsLTP |
L'Px=b |
|
spsLaTP |
L.'Px=b |
|
spsLT |
L'x=b |
|
spsLaT |
L.'x=b |
|
spsUQT |
UQ'x=b |
|
spsU |
Ux=b |
|
spsQUT |
QU'x=b |
|
spsQUaT |
QU.'x=b |
|
spsUT |
U'x=b |
|
spsUaT |
U.'x=b |
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.
|
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|