Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
This is the complete list of members for dg::LGMRES< ContainerType >, including all inherited members.
construct(Params &&...ps) | dg::LGMRES< ContainerType > | inline |
container_type typedef | dg::LGMRES< ContainerType > | |
converged() const | dg::LGMRES< ContainerType > | inline |
copyable() const | dg::LGMRES< ContainerType > | inline |
get_max() const | dg::LGMRES< ContainerType > | inline |
LGMRES()=default | dg::LGMRES< ContainerType > | |
LGMRES(const ContainerType ©able, 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 typedef | dg::LGMRES< ContainerType > |