Extension: Matrix functions
#include "dg/matrix/matrix.h"
dg::mat::UniversalLanczos< ContainerType > Member List

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

construct(Params &&...ps)dg::mat::UniversalLanczos< ContainerType >inline
get_bnorm() constdg::mat::UniversalLanczos< ContainerType >inline
get_iter() constdg::mat::UniversalLanczos< ContainerType >inline
get_max() constdg::mat::UniversalLanczos< ContainerType >inline
HCooMatrix typedefdg::mat::UniversalLanczos< ContainerType >
HDiaMatrix typedefdg::mat::UniversalLanczos< ContainerType >
HVec typedefdg::mat::UniversalLanczos< ContainerType >
set_max(unsigned new_max)dg::mat::UniversalLanczos< ContainerType >inline
set_verbose(bool verbose)dg::mat::UniversalLanczos< ContainerType >inline
solve(ContainerType0 &x, FuncTe1 f, MatrixType &&A, const ContainerType1 &b, const ContainerType2 &weights, value_type eps, value_type nrmb_correction=1., std::string error_norm="universal", value_type res_fac=1., unsigned q=1)dg::mat::UniversalLanczos< ContainerType >inline
tridiag(MatrixType &&A, const ContainerType0 &b, const ContainerType1 &weights, value_type eps=1e-12, value_type nrmb_correction=1., std::string error_norm="universal", value_type res_fac=1., unsigned q=1)dg::mat::UniversalLanczos< ContainerType >inline
UniversalLanczos()dg::mat::UniversalLanczos< ContainerType >inline
UniversalLanczos(const ContainerType &copyable, unsigned max_iterations)dg::mat::UniversalLanczos< ContainerType >inline
value_type typedefdg::mat::UniversalLanczos< ContainerType >