|
NAMEgesolve - eigensolver for generalized eigenvalue problems (Ritz values only)SYNOPSISgesolve matrix_a_filename matrix_b_filename evalues_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 Ritz values, the number of which is given by option -ss, to evalues_filename 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:
See Lis User Guide for full description. EXIT STATUSThe following exit values are returned:
SEE ALSOlis(3), lsolve(1), gesolve(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/
Visit the GSP FreeBSD Man Page Interface. |