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