Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

concepts::CG< F > Member List
This is the complete list of members for concepts::CG< F >, including all inherited members.
A_concepts::CG< F > [private]
apply_(const Vector< F > &fncY, Vector< F > &fncX)concepts::CG< F > [private, virtual]
c_type typedefconcepts::VecOperator< F >
CG(Operator< F > &A, Real maxeps, int maxit=0, uint relres=false, bool throwing=true)concepts::CG< F > [inline]
CG(Operator< F > &A, Operator< F > &Minv, Real maxeps, int maxit=0, bool relres=0, bool throwing=true)concepts::CG< F > [inline]
dimX() const concepts::Operator< F > [inline, virtual]
dimX_concepts::Operator< F > [protected]
dimY() const concepts::Operator< F > [inline, virtual]
dimY_concepts::Operator< F > [protected]
eps_concepts::CG< F > [private]
epsilon() const concepts::CG< F > [inline]
info(std::ostream &os) const concepts::CG< F > [protected, virtual]
it_concepts::CG< F > [private]
iterations() const concepts::CG< F > [inline]
maxeps_concepts::CG< F > [private]
maxit_concepts::CG< F > [private]
Operator(uint dimX, uint dimY)concepts::Operator< F > [inline]
operator()(const Function< r_type > &fncY, Function< F > &fncX)concepts::VecOperator< F > [virtual]
operator()(const Function< c_type > &fncY, Function< c_type > &fncX)concepts::VecOperator< F > [virtual]
operator()(const Vector< r_type > &fncY, Vector< F > &fncX)concepts::VecOperator< F > [virtual]
operator()(const Vector< c_type > &fncY, Vector< c_type > &fncX)concepts::VecOperator< F > [virtual]
operator()(const Matrix< r_type > &mX, Matrix< F > &mY)concepts::VecOperator< F >
operator()(const Matrix< c_type > &mX, Matrix< c_type > &mY)concepts::VecOperator< F >
r_type typedefconcepts::VecOperator< F >
relres_concepts::CG< F > [private]
throwing_concepts::CG< F > [private]
type typedefconcepts::Operator< F >
VecOperator(uint dimX, uint dimY)concepts::VecOperator< F > [inline]
W_concepts::CG< F > [private]
~Operator()concepts::Operator< F > [inline, virtual]
~OutputOperator()concepts::OutputOperator [virtual]

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)