TBCI Numerical high perf. C++ Library  2.8.0
solver Directory Reference
Directory dependency graph for solver:
solver

Files

file  bd_lu_solver.h [code]
 LU solver for TBCI::BdMatrix class (TBCI::lu_decomp)
 
file  bicg.h [code]
 Iterative Vector equation solver TBCI::BiCG.
 
file  bicgstab.h [code]
 Implements the TBCI::BiCGSTAB solver.
 
file  cg.h [code]
 The iterative Vector equation solver TBCI::CG.
 
file  cgs.h [code]
 The iterative Vector equation solver TBCI::CGS.
 
file  cheby.h [code]
 Iterative Vector equation solver TBCI::CHEBY.
 
file  diagprecond.h [code]
 Implementation of class TBCI::DiagPreconditioner.
 
file  diluprecond.h [code]
 
file  expm.h [code]
 Solver for linear systems by doing an exponential expansion.
 
file  gauss_jordan.h [code]
 gauss-jordan solver for linear systems TBCI::gaussj
 
file  gmres.h [code]
 Iterative solver for linear systems TBCI::GMRES.
 
file  ilu0precond.h [code]
 
file  ir.h [code]
 Iterative Refinement Solver TBCI::IR.
 
file  lu_solver.h [code]
 
file  noprecond.h [code]
 
file  precond.h [code]
 abstract base class (signature) for preconditioners TBCI::Preconditioner_Sig
 
file  qmr.h [code]
 
file  solver.h [code]
 Include all solvers (but superlu)
 
file  superlu.h [code]
 Declaration of superLU solver functions.
 
file  superlu_stdcplx.h [code]
 Declaration of superLU solver functions.
 
file  svd_solver.h [code]