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

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

construct(const ContainerType &copyable, unsigned max_iter=100)dg::EVE< ContainerType >inline
container_type typedefdg::EVE< ContainerType >
EVE()=defaultdg::EVE< ContainerType >
EVE(const ContainerType &copyable, unsigned max_iter=100)dg::EVE< ContainerType >inline
get_max() constdg::EVE< ContainerType >inline
set_max(unsigned new_max)dg::EVE< ContainerType >inline
set_throw_on_fail(bool throw_on_fail)dg::EVE< ContainerType >inline
solve(MatrixType0 &&A, ContainerType0 &x, const ContainerType1 &b, MatrixType1 &&P, const ContainerType2 &W, value_type &ev_max, value_type eps_ev=1e-12)dg::EVE< ContainerType >
value_type typedefdg::EVE< ContainerType >