GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
gesolve(1) Utility Commands gesolve(1)

gesolve - eigensolver for generalized eigenvalue problems

gesolve matrix_a_filename matrix_b_filename evalues_filename evectors_filename residuals_filename iters_filename [options]

This 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.

The following options are supported:

The following options are supported for eigensolver:
Generalized Power
Generalized Inverse
Generalized Rayleigh Quotient
Generalized CR
Generalized CR
Generalized Subspace
The size of the subspace
Generalized Lanczos
The size of the subspace
Generalized Arnoldi
The size of the subspace
The following options are supported for inner linear solver:
CG
BiCG
CGS
BiCGSTAB
BiCGSTAB(l)
The degree l
GPBiCG
TFQMR
Orthomin(m)
The restart value m
GMRES(m)
The restart value m
Jacobi
Gauss-Seidel
SOR
The relaxation coefficient omega (0<omega<2)
BiCGSafe
CR
BiCR
CRS
BiCRSTAB
GPBiCR
BiCRSafe
FGMRES(m)
The restart value m
IDR(s)
The restart value s
IDR(1)
MINRES
COCG
COCR

The following options are supported for preconditioner:
None
Jacobi
ILU(k)
The fill level k
SSOR
The relaxation coefficient omega (0<omega<2)
Hybrid
The linear solver
The maximum number of the iterations
The convergence criterion
The relaxation coefficient omega of the SOR (0<omega<2)
The degree l of the BiCGSTAB(l)
The restart values of the GMRES and Orthomin
I+S
The parameter alpha of I+alpha*S(m)
The parameter m of I+alpha*S(m)
SAINV
The drop criterion
SA-AMG
Select the unsymmetric version (The matrix structure must be symmetric)
The drop criterion
Crout ILU
The drop criterion
The ration of maximum fill-in
ILUT
The drop criterion
The ration of maximum fill-in
Additive Schwarz
The number of the iteration

Other Options for eigensolver:

The maximum number of the iterations
The convergence criterion
The output of the residual history
Save the residual history
Output it to the standard output
Save the residual history and output it to the standard output
The inner eigensolver used in generalized Subspace, generalized Lanczos, and generalized Arnoldi
The amount of the shift
The behavior of the initial vector x_0
Given values
All values are set to 1
The number of the threads (t represents the maximum number of the threads)
The matrix storage format
The block size of the BSR and BSC formats
The precision of the eigensolver
Double precision
Double-double (quadruple) precision

Other options for inner linear solver:

The maximum number of the iterations
The convergence criterion
The output of the residual history
Save the residual history
Output it to the standard output
Save the residual history and output it to the standard output
The scaling
No scaling
The Jacobi scaling
The diagonal scaling
The behavior of the initial vector x_0
Given values
All values are set to 0
The number of the threads (t represents the maximum number of the threads)
The matrix storage format
The block size of the BSR and BSC formats
The precision of the linear solver
Double precision
Double-double (quadruple) precision

See Lis User Guide for full description.

The following exit values are returned:

0
The process is normally terminated
An error occurred

lis(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/
http://math.nist.gov/MatrixMarket/

4 Nov 2017 Man Page

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.