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

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

ChebyshevIteration()=defaultdg::ChebyshevIteration< ContainerType >
ChebyshevIteration(const ContainerType &copyable)dg::ChebyshevIteration< ContainerType >inline
construct(const ContainerType &copyable)dg::ChebyshevIteration< ContainerType >inline
container_type typedefdg::ChebyshevIteration< ContainerType >
copyable() constdg::ChebyshevIteration< ContainerType >inline
solve(MatrixType &&A, ContainerType0 &x, const ContainerType1 &b, value_type min_ev, value_type max_ev, unsigned num_iter, bool x_is_zero=false)dg::ChebyshevIteration< ContainerType >inline
solve(MatrixType0 &&A, ContainerType0 &x, const ContainerType1 &b, MatrixType1 &&P, value_type min_ev, value_type max_ev, unsigned num_iter, bool x_is_zero=false)dg::ChebyshevIteration< ContainerType >inline
value_type typedefdg::ChebyshevIteration< ContainerType >