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

CThomasLS Class Reference

#include <CThomasLS.hpp>

Inheritance diagram for CThomasLS:

Inheritance graph
[legend]
Collaboration diagram for CThomasLS:

Collaboration graph
[legend]
List of all members.

Detailed Description

Complex LU Tri Diagonal Linear Solver.

Author:
Bernard De Cuyper
Version:
0.05
Date:
10/10/2003
 
                        Complex LU Tri diagonal solver
                        Used to solve a set of linearized differencial equations,....

                        Some restoration are of the style: A * iNew = iOld
                        iNew could be X, and iOld could be b.

            Basic Memory Usage: 9*N
                

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


Public Methods

 CThomasLS (int asize)
virtual ~CThomasLS ()
virtual void loadA (CTriDiagonalMatrix *m)
virtual void loadMatrix (CVector *u1, CVector *d1, CVector *l1)
virtual void loadX (CVector *data)
virtual void loadB (CVector *data)
virtual bool solve ()
virtual void output ()
virtual void output (FILE *file)

Protected Methods

void computeLRdecomposition ()
 Equivalent to filter parametrisation.

void forwardSubstitution ()
 Equivalent to filter causal part.

void backwardSubstitution ()
 Equivalent to filter non-causal part.


Private Attributes

CVectoruOut
CVectordOut
CVectorlOut
CVectory


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