#include <F_SGS_BiCgStab_LS.hpp>
Inheritance diagram for F_SGS_BiCgStab_LS:


Purpose: Bicgstab with Symmetric Gauss Seidel preconditioning of a nonsymmetric nxn 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.
Public Methods | |
| F_SGS_BiCgStab_LS (int maxIterations, double epsilon) | |
| virtual | ~F_SGS_BiCgStab_LS () |
![]() |
