numerics 0.1.0
Loading...
Searching...
No Matches
num::GMRES Struct Reference

#include <algorithms.hpp>

Public Attributes

real tol = 1e-6
 
idx max_iter = 1000
 
idx restart = 30
 
Backend backend = default_backend
 

Detailed Description

Definition at line 37 of file algorithms.hpp.

Member Data Documentation

◆ backend

Backend num::GMRES::backend = default_backend

Definition at line 41 of file algorithms.hpp.

Referenced by num::detail::run().

◆ max_iter

idx num::GMRES::max_iter = 1000

Definition at line 39 of file algorithms.hpp.

Referenced by num::detail::run(), num::detail::run(), and num::detail::run().

◆ restart

idx num::GMRES::restart = 30

Definition at line 40 of file algorithms.hpp.

Referenced by num::detail::run(), num::detail::run(), and num::detail::run().

◆ tol

real num::GMRES::tol = 1e-6

Definition at line 38 of file algorithms.hpp.

Referenced by num::detail::run(), num::detail::run(), and num::detail::run().


The documentation for this struct was generated from the following file: