F11DBF solves a system of linear equations involving the incomplete
preconditioning matrix generated by
F11DAF.
SUBROUTINE F11DBF ( |
TRANS, N, A, LA, IROW, ICOL, IPIVP, IPIVQ, ISTR, IDIAG, CHECK, Y, X, IFAIL) |
INTEGER |
N, LA, IROW(LA), ICOL(LA), IPIVP(N), IPIVQ(N), ISTR(N+1), IDIAG(N), IFAIL |
REAL (KIND=nag_wp) |
A(LA), Y(N), X(N) |
CHARACTER(1) |
TRANS, CHECK |
|
F11DBF solves a system of linear equations
according to the value of the parameter
TRANS, where the matrix
, corresponds to an incomplete
decomposition of a sparse matrix stored in coordinate storage (CS) format (see
Section 2.1.1 in the F11 Chapter Introduction), as generated by
F11DAF.
In the above decomposition
is a lower triangular sparse matrix with unit diagonal elements,
is a diagonal matrix,
is an upper triangular sparse matrix with unit diagonal elements and,
and
are permutation matrices.
,
and
are supplied to F11DBF through the matrix
which is an
N by
N sparse matrix, stored in CS format, as returned by
F11DAF. The permutation matrices
and
are returned from
F11DAF via the arrays
IPIVP and
IPIVQ.
It is envisaged that a common use of F11DBF will be to carry out the preconditioning step required in the application of
F11BEF to sparse linear systems. F11DBF is used for this purpose by the Black Box routine
F11DCF.
F11DBF may also be used in combination with
F11DAF to solve a sparse system of linear equations directly (see
Section 8.5 in F11DAF). This use of F11DBF is demonstrated in
Section 9.
None.
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
X04AAF).
If
the computed solution
is the exact solution of a perturbed system of equations
, where
is a modest linear function of
, and
is the
machine precision. An equivalent result holds when
.
The time taken for a call to F11DBF is proportional to the value of
NNZC returned from
F11DAF.
It is expected that a common use of F11DBF will be to carry out the preconditioning step required in the application of
F11BEF to sparse linear systems. In this situation F11DBF is likely to be called many times with the same matrix
. In the interests of both reliability and efficiency, you are recommended to set
for the first of such calls, and for all subsequent calls set
.
This example reads in a sparse nonsymmetric matrix
and a vector
. It then calls
F11DAF, with
and
, to compute the
complete
decomposition
Finally it calls F11DBF to solve the system