imaging::BiCgStabSolver Class Reference
[Linear Solver Module]

Wrapper class for the BiCGStab solver provided by SPOOLES. More...

#include <BiCgStabSolver.hpp>

Inheritance diagram for imaging::BiCgStabSolver:

imaging::SolverInterface

List of all members.

Public Member Functions

void solve (const ublas::compressed_matrix< float_t > &eqs, const ublas::vector< float_t > &rhs, ublas::vector< float_t > &result) const


Detailed Description

Wrapper class for the BiCGStab solver provided by SPOOLES.

This class implements a conjugated gradients solver by interfacing SPOOLES.


Member Function Documentation

void imaging::BiCgStabSolver::solve ( const ublas::compressed_matrix< float_t > &  eqs,
const ublas::vector< float_t > &  rhs,
ublas::vector< float_t > &  result 
) const [virtual]

Solves the system of equations defined by the matrix eqs and the vector rhs and writes the solution to result. The vector result is automatically resized to dimension of the system. If the sizes of the input data are such that the system cannot be solved an Exception is thrown.

Implements imaging::SolverInterface.


The documentation for this class was generated from the following files:

Generated on Tue Feb 10 10:01:31 2009 for imaging2 by  doxygen 1.5.5