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

#include <algorithms.hpp>

Public Attributes

real tol = 1e-10
 
idx max_iter = 1000
 
Backend backend = default_backend
 

Detailed Description

Definition at line 44 of file algorithms.hpp.

Member Data Documentation

◆ backend

Backend num::MINRES::backend = default_backend

Definition at line 47 of file algorithms.hpp.

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

◆ max_iter

idx num::MINRES::max_iter = 1000

Definition at line 46 of file algorithms.hpp.

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

◆ tol

real num::MINRES::tol = 1e-10

Definition at line 45 of file algorithms.hpp.

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


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