NGSolve  4.9
Public Types | Public Member Functions
ngla::BiCGStabSolver< IPTYPE > Class Template Reference

The BiCGStab solver. More...

#include <cg.hpp>

Inheritance diagram for ngla::BiCGStabSolver< IPTYPE >:
ngla::KrylovSpaceSolver ngla::BaseMatrix

List of all members.

Public Types

typedef SCAL_TRAIT< IPTYPE >::SCAL SCAL

Public Member Functions

 BiCGStabSolver (const BaseMatrix &aa)
 BiCGStabSolver (const BaseMatrix &aa, const BaseMatrix &ac)
virtual void Mult (const BaseVector &v, BaseVector &prod) const
 y = matrix * x. Multadd should be implemented, instead

Detailed Description

template<class IPTYPE>
class ngla::BiCGStabSolver< IPTYPE >

The BiCGStab solver.


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