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