![]() |
![]()
| ![]() |
![]()
NAMEgesolve - eigensolver for generalized eigenvalue problems SYNOPSISgesolve matrix_a_filename matrix_b_filename evalues_filename evectors_filename residuals_filename iters_filename [options] DESCRIPTIONThis program inputs the matrix data from matrix_a_filename matrix_b_filename, and solves the generalized eigenvalue problem A*x = l*B*x with the solver specified by options. It outputs the specified number of eigenvalues, the number of which is given by option -ss, to evalues_filename and the associated eigenvectors, residual norms, and numbers of iterations to evectors_filename, residuals_filename, and iters_filename respectively in the extended Matrix Market format (see Appendix of Lis User Guide). Both the Matrix Market format and the Harwell-Boeing format are supported for the matrix filenames. OPTIONSThe following options are supported:
Other Options for eigensolver:
Other options for inner linear solver:
See Lis User Guide for full description. EXIT STATUSThe following exit values are returned:
SEE ALSOlis(3), lsolve(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/
|