Discontinuous Galerkin Library
#include "dg/algorithm.h"
dg::LGMRES< ContainerType > Member List

This is the complete list of members for dg::LGMRES< ContainerType >, including all inherited members.

construct(Params &&...ps)dg::LGMRES< ContainerType >inline
container_type typedefdg::LGMRES< ContainerType >
converged() constdg::LGMRES< ContainerType >inline
copyable() constdg::LGMRES< ContainerType >inline
get_max() constdg::LGMRES< ContainerType >inline
LGMRES()=defaultdg::LGMRES< ContainerType >
LGMRES(const ContainerType &copyable, unsigned max_inner, unsigned max_outer, unsigned max_restarts)dg::LGMRES< ContainerType >inline
set_max(unsigned new_Restarts)dg::LGMRES< ContainerType >inline
set_throw_on_fail(bool throw_on_fail)dg::LGMRES< ContainerType >inline
solve(MatrixType0 &&A, ContainerType0 &x, const ContainerType1 &b, MatrixType1 &&P, const ContainerType2 &W, value_type eps=1e-12, value_type nrmb_correction=1)dg::LGMRES< ContainerType >
value_type typedefdg::LGMRES< ContainerType >