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

F_LULinearSolver Class Reference

#include <F_LULinearSolver.hpp>

Inheritance diagram for F_LULinearSolver:

Inheritance graph
[legend]
Collaboration diagram for F_LULinearSolver:

Collaboration graph
[legend]
List of all members.

Detailed Description

LU Direct Tridiagonal Solver.

Author:
Bernard De Cuyper
Version:
1.15
Date:
02/05/2004
Remarks:
Realtime Thomas Direct Linear Solver
 
Purpose:        Realtime Thomas Direct solver for tridiagonal systems, O(N).
                        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.

Papers: "Recursivity and PDE's in image processing", 
                        L. Alvarez, R. Deriche and F Santana, Spain 1998.

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


Public Methods

 F_LULinearSolver (LUtype atype=Doolittle)
virtual ~F_LULinearSolver ()
virtual void init ()
virtual FloatVectorsolve (AFloatMatrix *m, FloatVector *b, bool factoriseAll, FloatVector *dest)
virtual FloatVectorsolve (AFloatMatrix *m, FloatVector *b, FloatVector *dest)

Protected Methods

virtual void factorise (AFSymMatrix *m)

Private Attributes

LUtype type
bool factorisationFlag
AFSymMatrixlu
FloatVectory


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