|
numerics 0.1.0
|
#include <algorithms.hpp>
Public Attributes | |
| const M & | preconditioner |
| real | tol = 1e-10 |
| idx | max_iter = 1000 |
| Backend | backend = default_backend |
Definition at line 51 of file algorithms.hpp.
| Backend num::PCG< M >::backend = default_backend |
Definition at line 55 of file algorithms.hpp.
Referenced by num::detail::run().
Definition at line 54 of file algorithms.hpp.
Referenced by num::detail::run().
| const M& num::PCG< M >::preconditioner |
Definition at line 52 of file algorithms.hpp.
Referenced by num::detail::run().
Definition at line 53 of file algorithms.hpp.
Referenced by num::detail::run().