1#ifndef _RHEOLEF_SOLVER_GMRES_CG_H
2#define _RHEOLEF_SOLVER_GMRES_CG_H
23#include "rheolef/solver.h"
26template<
class T,
class M>
55template<
class T,
class M>
64template <
class T,
class M>
70 return new_macro (rep(*
this));
see the csr page for the full documentation
solver_basic< T, M > _precond
determinant_type det() const
void set_preconditioner(const solver_basic< T, M > &p)
solver_gmres_cg_rep(const csr< T, M > &a, const solver_option &opt=solver_option())
void update_values(const csr< T, M > &a)
base::size_type size_type
solver_abstract_rep< T, M > base
base::determinant_type determinant_type
vec< T, M > trans_solve(const vec< T, M > &rhs) const
solver_abstract_rep< T, M > * clone() const
vec< T, M > solve(const vec< T, M > &rhs) const
see the solver_option page for the full documentation
see the vec page for the full documentation
This file is part of Rheolef.