|
numerics 0.1.0
|
#include <algorithms.hpp>
Public Attributes | |
| real | tol = 1e-10 |
| idx | max_iter = 1000 |
| Backend | backend = default_backend |
Definition at line 44 of file algorithms.hpp.
| Backend num::MINRES::backend = default_backend |
Definition at line 47 of file algorithms.hpp.
Referenced by num::detail::run().
| idx num::MINRES::max_iter = 1000 |
Definition at line 46 of file algorithms.hpp.
Referenced by num::detail::run().
Definition at line 45 of file algorithms.hpp.
Referenced by num::detail::run().