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

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

construct(Params &&...ps)dg::mat::MatrixFunction< ContainerType >inline
container_type typedefdg::mat::MatrixFunction< ContainerType >
get_iter() constdg::mat::MatrixFunction< ContainerType >inline
MatrixFunction()=defaultdg::mat::MatrixFunction< ContainerType >
MatrixFunction(MatrixType &A, const ContainerType &weights, value_type eps_rel, value_type nrmb_correction=1., unsigned max_iter=500, std::function< value_type(value_type)> f_inner=[](value_type x){return x;})dg::mat::MatrixFunction< ContainerType >inline
operator()(UnaryOp f_outer, const ContainerType0 b, ContainerType1 &x)dg::mat::MatrixFunction< ContainerType >inline
set_benchmark(bool benchmark, std::string message="Function")dg::mat::MatrixFunction< ContainerType >inline
value_type typedefdg::mat::MatrixFunction< ContainerType >