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

The conjugate gradient solver. More...

#include <cg.hpp>

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

List of all members.

Public Types

typedef SCAL_TRAIT< IPTYPE >::SCAL SCAL

Public Member Functions

 GMRESSolver (const BaseMatrix &aa)
 GMRESSolver (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::GMRESSolver< IPTYPE >

The conjugate gradient solver.


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