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


Purpose: Trial of a shifted TP BiCG, probably better if in complex number
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_BiCgLS_ShiftedLS (int maxIterations, double alambda=1.0, double adelta=0.01, double epsilon=1.0e-4) | |
| virtual | ~F_BiCgLS_ShiftedLS () |
| virtual FloatVector * | solve (AFloatMatrix *m, FloatVector *b, FloatVector *dest) |
Protected Methods | |
| virtual FloatVector * | singleSolve (AFloatMatrix *A, FloatVector *b, FloatVector *x=0) |
Private Attributes | |
| double | alpha |
| double | beta |
| double | rho |
| double | piLambda |
| double | pi_1Lambda |
| FloatVector * | r |
| FloatVector * | p |
| FloatVector * | ap |
| FloatVector * | rbar |
| FloatVector * | pbar |
| FloatVector * | apbar |
| FloatVector * | pLambda |
| FloatVector * | xLambda |
![]() |
