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
lsolve(1) Utility Commands lsolve(1)

lsolve - linear solver for sparse matrices

lsolve matrix_filename rhs_setting solution_filename rhistory_filename [options]

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

0
Use the right hand side vector b included in matrix_filename
1
Use b = (1, ..., 1)^T
2
Use b = A * (1, ..., 1)^T
The filename for the right-hand side vector

The PLAIN and Matrix Market formats are supported for rhs_filename.

The following options are supported:

The following options are supported for 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:

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

14 Sep 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.