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


Purpose: Abstrac of 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.
Papers: "Templates for the Solution of Linear Systems: Building Blocks for Iterative Methods",
R. Barrett, M. Berry, Tony F. Chan, J. Demmel, J. Donato, J. Dongarra, V. Eijkout,
R. Pozo, C. Romine, Henk Van der Vorst, All & Utrecht University, All & Netherland, 1994.
www.netlib.org
Public Methods | |
| F_RichardsonLS (int maxIterations, double epsilon=1.0e-4) | |
| virtual | ~F_RichardsonLS () |
| virtual FloatVector * | solve (AFloatMatrix *m, FloatVector *b, FloatVector *dest) |
Protected Methods | |
| virtual FloatVector * | singleSolve (AFloatMatrix *A, FloatVector *b, FloatVector *x=0) |
Private Attributes | |
| FloatVector * | r |
| FloatVector * | ax |
![]() |
