Extension: Matrix functions
#include "dg/matrix/matrix.h"
|
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 typedef | dg::mat::MatrixFunction< ContainerType > | |
get_iter() const | dg::mat::MatrixFunction< ContainerType > | inline |
MatrixFunction()=default | dg::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 typedef | dg::mat::MatrixFunction< ContainerType > |