Ginkgo Generated from branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
gko::solver::workspace_traits< Gmres< ValueType > > Struct Template Reference

Public Types

using Solver = Gmres<ValueType>
 

Static Public Member Functions

static int num_vectors (const Solver &)
 
static int num_arrays (const Solver &)
 
static std::vector< std::string > op_names (const Solver &)
 
static std::vector< std::string > array_names (const Solver &)
 
static std::vector< int > scalars (const Solver &)
 
static std::vector< int > vectors (const Solver &)
 

Static Public Attributes

static constexpr int residual = 0
 
static constexpr int preconditioned_vector = 1
 
static constexpr int krylov_bases = 2
 
static constexpr int hessenberg = 3
 
static constexpr int givens_sin = 4
 
static constexpr int givens_cos = 5
 
static constexpr int residual_norm_collection = 6
 
static constexpr int residual_norm = 7
 
static constexpr int y = 8
 
static constexpr int before_preconditioner = 9
 
static constexpr int after_preconditioner = 10
 
static constexpr int one = 11
 
static constexpr int minus_one = 12
 
static constexpr int next_krylov_norm_tmp = 13
 
static constexpr int preconditioned_krylov_bases = 14
 
static constexpr int stop = 0
 
static constexpr int tmp = 1
 
static constexpr int final_iter_nums = 2
 

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