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

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

construct(Params &&...ps)dg::PCG< ContainerType >inline
container_type typedefdg::PCG< ContainerType >
copyable() constdg::PCG< ContainerType >inline
get_max() constdg::PCG< ContainerType >inline
PCG()=defaultdg::PCG< ContainerType >
PCG(const ContainerType &copyable, unsigned max_iterations)dg::PCG< ContainerType >inline
set_max(unsigned new_max)dg::PCG< ContainerType >inline
set_throw_on_fail(bool throw_on_fail)dg::PCG< ContainerType >inline
set_verbose(bool verbose)dg::PCG< 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, int test_frequency=1)dg::PCG< ContainerType >
value_type typedefdg::PCG< ContainerType >