![]() |
![]()
| ![]() |
![]()
NAMElsolve - linear solver for sparse matrices SYNOPSISlsolve matrix_filename rhs_setting solution_filename rhistory_filename [options] DESCRIPTIONThis program inputs the data of the coefficient matrix from matrix_filename and solves the linear equation A*x = b with the solver specified by options. It outputs the solution to solution_filename in the extended Matrix Market format and the residual history to rhistory_filename in the PLAIN format (see Appendix of the Lis User Guide). Both the extended Matrix Market format and the Harwell-Boeing format are supported for the matrix filename. One of the following values can be specified by rhs_setting:
The PLAIN and Matrix Market formats are supported for rhs_filename. OPTIONSThe following options are supported:
Other Options:
See Lis User Guide for full description. EXIT STATUSThe following exit values are returned:
SEE ALSOlis(3), esolve(1), hpcg_kernel(1), hpcg_spmvtest(1), spmvtest1(1), spmvtest2(1), spmvtest2b(1), spmvtest3(1), spmvtest3b(1), spmvtest4(1), spmvtest5(1) http://www.ssisc.org/lis/
|