Package kao.math.matvec.solver

Solvers for systems of linear equations. More...

Classes

class  BiCG
 BiConjugate Gradient method. More...
class  BiCGStab
 Stabilised BiConjugate Gradient Method. More...
class  CG
 Conjugate Gradient method. More...
class  Diagonal
 Method for solving linear system of equations when A is diagonal. More...
class  Gauss
 Solves the linear set of equations where Ax = b using Gaussian Elimination with scaled partial pivoting. More...
class  GS
 Gauss-Siedel Iterative method. More...

Detailed Description

Solvers for systems of linear equations.

Solvers for systems of linear equations of the form:

\[ Ax = b \]

Solvers include:

Author:
David Kao

Generated on Wed Apr 21 22:01:41 2010 for kao-math by  doxygen 1.6.1