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

ATikhonovPhillipsSolver Class Reference

#include <ATikhonovPhillipsSolver.hpp>

Inheritance diagram for ATikhonovPhillipsSolver:

Inheritance graph
[legend]
Collaboration diagram for ATikhonovPhillipsSolver:

Collaboration graph
[legend]
List of all members.

Detailed Description

Tikhonov Phillips Linear Solver.

Author:
Bernard De Cuyper
Version:
0.05
Date:
02/05/2004
Remarks:
Tornado1: Abstract T-P Linear Solver (not used deeply yet)
 
Purpose:        Abstract Tikhonov Phillips Solver

                Solving Least square problems:
                ------------------------------
                        (At*A - alpha*I)*x= At*yDelta

                with    delta= ||y-yDelta||
                        alpha >= 0.0

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


Public Methods

 ATikhonovPhillipsSolver (int iter=10, double adelta=0.0001)
virtual ~ATikhonovPhillipsSolver ()
virtual FloatVectorsolve (AFloatMatrix *m, FloatVector *b, FloatVector *dest)=0
virtual FloatVectorsolve (AFloatMatrix *m, FloatVector *b, bool factorisation=true, FloatVector *dest=0)=0

Protected Methods

virtual bool check (AFloatMatrix *A, FloatVector *b, FloatVector *x)

Protected Attributes

int kmax
double alpha0
double q
double delta
double t
FloatVectorr


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