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

F_BB_LS.hpp

00001 #ifndef __F_BB_LS_H__
00002 #define __F_BB_LS_H__
00003 
00004 
00040 #include <stdio.h>
00041 #include "F_IterativeLS.hpp"
00042 
00043 
00044 class F_BB_LS : public F_IterativeLS
00045 {
00046 private:
00047 
00048 double                  alpha;
00049 int                             variant;
00050         
00051 FloatVector*            g;
00052 FloatVector*            g1;
00053 
00054 FloatVector*            d;      
00055 FloatVector*            y;
00056 
00057 protected:
00058 
00059 virtual FloatVector* singleSolve(AFloatMatrix*  A, FloatVector* b, FloatVector* x=0);
00060 
00061 public:
00062 F_BB_LS(int maxIterations, double epsilon=1.0e-4, int type=0):F_IterativeLS(maxIterations, epsilon)
00063                 { g=g1=d=y= 0; variant= type;}
00064 virtual ~F_BB_LS(){}    
00065 
00066 virtual FloatVector* solve(AFloatMatrix*        m, FloatVector* b, FloatVector* dest);
00067 };
00068 
00069 #endif
00070 
00071 
00072 
00073          
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