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

F_GcrLS Class Reference

#include <F_GcrLS.hpp>

Inheritance diagram for F_GcrLS:

Inheritance graph
[legend]
Collaboration diagram for F_GcrLS:

Collaboration graph
[legend]
List of all members.

Detailed Description

GCR(m) krylov solver.

Author:
Bernard De Cuyper
Version:
1.15
Date:
28/09/2004
Remarks:
Tornado1 Iterative Linear Solver
 
Purpose:        GCR(m) krylov solver with restart each m iterations, for non symmetric/indefinite linear system
                        Used to solve a set of linearized differencial equations,....

                GCR is a Krylov solver working on residuals. It approximates a solution via generation of the suitable
                partial Krylov orthonormal base, especially in the restart case.
                We hope that a small number of Krylov sub-spaces are sufficient to lead to a good solution. 
                
                GCR is competitive with GMRES, but it may breakdown.

Papers: "Modified Generalized Conjugate Residuals Method for Nonsymmetric Systems of Linear Equations."
                Zbigniew Leyk, report 1993, Australian National University.

                "Conjugate Direction Waveform Methods for Transient 2 Dimensional Simulation of MOS Devices.",
                A. Lumsdaine, M. Reichelt, J. White, Research Lab of Electronics, 
                Massachusetts Institut of Technology, Cmbridge, MA 02139, IEEE 1991.

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


Public Methods

 F_GcrLS (int maxIterations, int m=10, double epsilon=1.0e-4)
virtual ~F_GcrLS ()
virtual FloatVectorsolve (AFloatMatrix *m, FloatVector *b, FloatVector *dest)

Protected Methods

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

Private Attributes

int m
int k
FloatVectorr
FloatVectorar
FloatVector ** p
FloatVector ** ap
double * apap
AFSymMatrixh


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