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

StdTikhonovPhillipsSolver.hpp

00001 #ifndef __StdTikhonovPhillipsSolver_H__
00002 #define __StdTikhonovPhillipsSolver_H__
00003 
00004 
00005 
00033 #include "F_CgLS_ShiftedLS.hpp"
00034 #include "ATikhonovPhillipsSolver.hpp"
00035 
00036 class StdTikhonovPhillipsSolver : public ATikhonovPhillipsSolver
00037 {
00038 protected:
00039 
00040 F_IterativeShiftedLS* linearSystem;
00041 
00042 public:
00043 StdTikhonovPhillipsSolver(int iter= 10, double adelta=0.0001):ATikhonovPhillipsSolver(10, adelta)
00044         { linearSystem= new F_CgLS_ShiftedLS(10, alpha0, adelta); }
00045 virtual ~StdTikhonovPhillipsSolver(){}  
00046 
00047 // A * u = b
00048 virtual FloatVector* solve(AFloatMatrix*        m, FloatVector* b, FloatVector* dest);
00049 virtual FloatVector* solve(AFloatMatrix*        m, FloatVector* b, bool factorisation=true, FloatVector* dest=0)
00050         { return solve(m, b, dest); }
00051 };
00052 
00053 #endif
00054 
00055          
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