Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

F_GmresStar_LS Class Reference

#include <F_GmresStar_LS.hpp>

Inheritance diagram for F_GmresStar_LS:

Inheritance graph
[legend]
Collaboration diagram for F_GmresStar_LS:

Collaboration graph
[legend]
List of all members.

Detailed Description

GMRES*(l,m) krylov solver.

Author:
Bernard De Cuyper
Version:
1.15
Date:
28/09/2004
Remarks:
Tornado1 Combined Iterative Linear Solver (Operational)
 
Purpose:        GMRES*(l,m) krylov solver, is a GMRES on any iterative solver
                        Used to solve a set of linearized differencial equations,....

Paper:  "Parallel Iterative Solution Methods for Linear Systems arising fron Discretized PDE's.",
                Henk A. Van der Vorst, Report 1995, University of Utrecht, Netherland.

                "Iterative Methods for Linear Systems and Implementation on Parallel Computers.",
                Henk A. Van der Vorst, Lecture 1994, University of Utrecht, Netherland.

                "GmresR: A familly of nested GMRES methods", Henk A. Van der Vorst & C. Vuik,
                Report 91-80, TU Delft, Netherland.  

                "New insights in Gmres-like methods with variable preconditioners.", Kees Vuik,
                Report 93-10, TU Delft, Netherland. 

                
@ Copyrights: Bernard De Cuyper 2004, Eggs & Pictures. MIT/Open BSD copyright model.


Public Methods

 F_GmresStar_LS (int maxIterations, int l, int solverModel, int innerIter, int m, double epsilon=1.0e-4)
 F_GmresStar_LS (int maxIterations, int l, char *solverName, int innerIter, int m, double epsilon=1.0e-4)
 F_GmresStar_LS (int maxIterations, int l, AbsFLinearSolver *innerSolver, double epsilon=1.0e-4)
virtual ~F_GmresStar_LS ()
virtual FloatVectorsolve (AFloatMatrix *m, FloatVector *b, FloatVector *dest)

Protected Methods

virtual FloatVectorsingleSolve (AFloatMatrix *A, FloatVector *b, FloatVector *x=0)

Private Attributes

int m
AbsFLinearSolveriterativeSolver
int k
FloatVectorr
FloatVectorap
FloatVectorz
FloatVector ** u
FloatVector ** c


The documentation for this class was generated from the following files:
SourceForge.net Logo
Restoreinpaint sourceforge project `C++/Java Image Processing, Restoration, Inpainting Project'.

Bernard De Cuyper: Open Project Leader: Concept, design and development.
Bernard De Cuyper & Eddy Fraiha 2002, 2003. Bernard De Cuyper 2004. Open and free, for friendly usage only.
Modifications on Belgium ground of this piece of artistic work, by governement institutions or companies, must be notified to Bernard De Cuyper.
bern_bdc@hotmail.com