Ginkgo Generated from branch based on main. Ginkgo version 1.10.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
gko::solver::workspace_traits< Fcg< ValueType > > Struct Template Reference
Inheritance diagram for gko::solver::workspace_traits< Fcg< ValueType > >:
[legend]
Collaboration diagram for gko::solver::workspace_traits< Fcg< ValueType > >:
[legend]

Public Types

using Solver = Fcg<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 r = 0
static constexpr int z = 1
static constexpr int p = 2
static constexpr int q = 3
static constexpr int t = 4
static constexpr int beta = 5
static constexpr int prev_rho = 6
static constexpr int rho = 7
static constexpr int rho_t = 8
static constexpr int one = 9
static constexpr int minus_one = 10
static constexpr int stop = 0
static constexpr int tmp = 1

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