nag_sparse_nsym_precon_ilu_solve (f11dbc) solves a system of linear equations involving the incomplete
preconditioning matrix generated by
nag_sparse_nsym_fac (f11dac).
nag_sparse_nsym_precon_ilu_solve (f11dbc) solves a system of linear equations
according to the value of the argument
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
nag_sparse_nsym_fac (f11dac).
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
nag_sparse_nsym_precon_ilu_solve (f11dbc) through the matrix
which is an
n by
n sparse matrix, stored in CS format, as returned by
nag_sparse_nsym_fac (f11dac). The permutation matrices
and
are returned from
nag_sparse_nsym_fac (f11dac) via the arrays
ipivp and
ipivq.
It is envisaged that a common use of
nag_sparse_nsym_precon_ilu_solve (f11dbc) will be to carry out the preconditioning step required in the application of
nag_sparse_nsym_basic_solver (f11bec) to sparse linear systems.
nag_sparse_nsym_precon_ilu_solve (f11dbc) is used for this purpose by the Black Box function
nag_sparse_nsym_fac_sol (f11dcc).
nag_sparse_nsym_precon_ilu_solve (f11dbc) may also be used in combination with
nag_sparse_nsym_fac (f11dac) to solve a sparse system of linear equations directly (see
Section 9.5 in
nag_sparse_nsym_fac (f11dac)). This use of
nag_sparse_nsym_precon_ilu_solve (f11dbc) is demonstrated in
Section 10.
None.
- Check that a, irow, icol, ipivp, ipivq, istr and idiag have not been corrupted between calls to nag_sparse_nsym_precon_ilu_solve (f11dbc) and nag_sparse_nsym_fac (f11dac).
- NE_ALLOC_FAIL
-
Dynamic memory allocation failed.
See
Section 2.3.1.2 in How to Use the NAG Library and its Documentation for further information.
- NE_BAD_PARAM
-
On entry, argument had an illegal value.
- NE_INT
-
On entry, .
Constraint: .
- NE_INTERNAL_ERROR
-
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please contact
NAG for assistance.
See
Section 2.7.6 in How to Use the NAG Library and its Documentation for further information.
- NE_INVALID_CS
-
On entry, , , and .
Constraint: and .
On entry, , , .
Constraint: and .
- NE_INVALID_CS_PRECOND
-
On entry, appears to be incorrect: .
On entry,
istr appears to be invalid.
On entry,
is inconsistent with
irow:
.
- NE_INVALID_ROWCOL_PIVOT
-
On entry, , , .
Constraint: and .
On entry, , , .
Constraint: and .
On entry, is a repeated value: .
On entry, is a repeated value: .
- NE_NO_LICENCE
-
Your licence key may have expired or may not have been installed correctly.
See
Section 2.7.5 in How to Use the NAG Library and its Documentation for further information.
- NE_NOT_STRICTLY_INCREASING
-
On entry, is out of order: .
On entry, the location () is a duplicate: .
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
nag_sparse_nsym_precon_ilu_solve (f11dbc) is proportional to the value of
nnzc returned from
nag_sparse_nsym_fac (f11dac).
It is expected that a common use of
nag_sparse_nsym_precon_ilu_solve (f11dbc) will be to carry out the preconditioning step required in the application of
nag_sparse_nsym_basic_solver (f11bec) to sparse linear systems. In this situation
nag_sparse_nsym_precon_ilu_solve (f11dbc) 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
nag_sparse_nsym_fac (f11dac), with
and
, to compute the
complete
decomposition
Finally it calls
nag_sparse_nsym_precon_ilu_solve (f11dbc) to solve the system