Extension: Matrix functions
#include "dg/matrix/matrix.h"
Loading...
Searching...
No Matches
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
normMbVy(MatrixType &&A, const dg::TriDiagonal< thrust::host_vector< value_type > > &T, const ContainerType0 &y, ContainerType1 &x, const ContainerType2 &b, value_type bnorm)dg::mat::UniversalLanczos< ContainerType >inline
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
tridiag(UnaryOp f, MatrixType &&A, const ContainerType1 &b, const ContainerType2 &weights, value_type eps, value_type nrmb_correction, std::string error_norm="residual", 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 >