Sun S3L 3.0 Programming and Reference Guide

Sparse Linear Systems Solvers

Given a general square sparse matrix A and an RHS vector b, S3L_gen_iter_solve solves the linear system of equations Ax = b using an iterative algorithm, with or without preconditioning.

S3L_gen_iter_solve implements several different algorithms, which the programmer can select. These include

If preconditioning is used, the programmer can choose point Jacobi or incomplete LU as the method. S3L_gen_iter_solve also allows the programmer to specify a number of other algorithm-specific parameters, including