numerics 0.1.0
Loading...
Searching...
No Matches
num::PCG< M > Struct Template Reference

#include <algorithms.hpp>

Public Attributes

const M & preconditioner
 
real tol = 1e-10
 
idx max_iter = 1000
 
Backend backend = default_backend
 

Detailed Description

template<class M>
struct num::PCG< M >

Definition at line 51 of file algorithms.hpp.

Member Data Documentation

◆ backend

template<class M >
Backend num::PCG< M >::backend = default_backend

Definition at line 55 of file algorithms.hpp.

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

◆ max_iter

template<class M >
idx num::PCG< M >::max_iter = 1000

Definition at line 54 of file algorithms.hpp.

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

◆ preconditioner

template<class M >
const M& num::PCG< M >::preconditioner

Definition at line 52 of file algorithms.hpp.

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

◆ tol

template<class M >
real num::PCG< M >::tol = 1e-10

Definition at line 53 of file algorithms.hpp.

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


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