Navigation

Main Page
Download
Support
Installation
Tutorial
Examples
Reference Manual
   Version 1.0.4
      Class Index
      File List
   Version 1.0.4dev
Publications


Hosted by Get Ion Beam Simulator at SourceForge.net. Fast, secure and Free Open Source software downloads

bicgstab.hpp File Reference

Stabilized Biconjugate Gradient solver. More...

#include "matrix.hpp"
#include "precond.hpp"

Go to the source code of this file.

Functions

bool bicgstab (const Matrix &mat, const Vector &rhs, Vector &sol, const Precond &pc, uint32_t &imax, double &eps)
 BiCGSTAB linear matrix equation solver.

Detailed Description

Stabilized Biconjugate Gradient solver.


Function Documentation

bool bicgstab ( const Matrix mat,
const Vector rhs,
Vector sol,
const Precond pc,
uint32_t &  imax,
double &  eps 
)

BiCGSTAB linear matrix equation solver.

Solves linear matrix equations of form A*X=B.

Returns:
True on success, false on errors
Parameters:
mat Matrix on the linear equation
rhs Right hand side vector on the linear equation
sol Solution vector on the linear equation
pc Preconditioner used by the iterator
imax Maximum number of iterations to be done in input, number of iterations actually done on output
eps Accuracy request for iteration on input, estimated error achieved on output


Reference manual for Ion Beam Simulator 1.0.4
Generated by Doxygen 1.7.1 on Wed Apr 13 2011 23:25:33.