|
numerics 0.1.0
|
#include <algorithms.hpp>
Public Attributes | |
| real | tol = 1e-10 |
| idx | max_iter = 1000 |
| Backend | backend = default_backend |
Definition at line 31 of file algorithms.hpp.
| Backend num::CG::backend = default_backend |
Definition at line 34 of file algorithms.hpp.
Referenced by num::detail::run(), and num::detail::run().
| idx num::CG::max_iter = 1000 |
Definition at line 33 of file algorithms.hpp.
Referenced by num::detail::run(), and num::detail::run().
Definition at line 32 of file algorithms.hpp.
Referenced by num::detail::run(), and num::detail::run().