The parameter iparm[S3L_iter_init] determines the contents of the initial guess to the solution of the linear system as follows:
0 - Applies zero as the initial guess. This is the default.
1 - Applies the value contained in array x as the initial guess. For this case, the user must initialize x before calling S3L_gen_iter_solve.