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

#include <algorithms.hpp>

Public Attributes

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

Detailed Description

Definition at line 31 of file algorithms.hpp.

Member Data Documentation

◆ backend

Backend num::CG::backend = default_backend

Definition at line 34 of file algorithms.hpp.

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

◆ max_iter

idx num::CG::max_iter = 1000

Definition at line 33 of file algorithms.hpp.

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

◆ tol

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

Definition at line 32 of file algorithms.hpp.

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


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