#include <F_GaussSeidelLS.hpp>
Inheritance diagram for F_GaussSeidelLS:
Purpose: Normal Equation CG for non-symmetric linear systems(may be slow do to squared condition number) * \verbatim Purpose: Gauss Seidel slow Linear Solver Used to solve a set of linearized differencial equations,.... Some restoration are of the style: A * iNew = iOld iNew could be X, and iOld could be b.
@ Copyrights: Bernard De Cuyper 2004, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
F_GaussSeidelLS (int maxIterations, double epsilon=1.0e-4) | |
virtual | ~F_GaussSeidelLS () |
Protected Methods | |
virtual FloatVector * | singleSolve (AFloatMatrix *A, FloatVector *b, FloatVector *x=0) |