NeoPZ
LinearSolvers Directory Reference

Files

file  bicg.h [code]
 Contains the implementation of the BiCG function which solves the unsymmetric linear system using Preconditioned BiConjugate Gradient method.
 
file  bicgstab.h [code]
 Contains the implementation of the BiCGSTAB function which solves the unsymmetric linear system using BiConjugate Gradient Stabilized method.
 
file  cg.h [code]
 Contains the implementation of the CG function which solves the symmetric positive definite linear system using the Conjugate Gradient method.
 
file  cgbet.h [code]
 Contains the implementation of the CG function which solves the symmetric positive definite linear system using the Conjugate Gradient method.
 
file  cgs.h [code]
 Contains the implementation of the CGS function which solves the unsymmetric linear system using the Conjudate Gradient Squared method.
 
file  cheby.h [code]
 Contains the implementation of the CHEBY function which solves the symmetric positive definite linear system using the Preconditioned Chebyshec method.
 
file  gmres.h [code]
 Contains the implementation of the CMRES function which solves the unsymmetric linear system using the Generalized Minimum Residual method.
 
file  ir.h [code]
 Contains the implementation of the IR function which solves the unsymmetric linear system using the Iterative Refinement method.
 
file  qmr.h [code]
 Contains the implementation of the QMR function which solves the unsymmetric linear system using the Quasi-Minimal Residual method.
 
file  TPZPardisoHandler.cpp [code]
 
file  TPZPardisoHandler.h [code]