Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
Static Public Member Functions | List of all members
gko::solver::workspace_traits< Solver > Struct Template Reference

Traits class providing information on the type and location of workspace vectors inside a solver. More...

#include <ginkgo/core/solver/solver_base.hpp>

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 &)
 

Detailed Description

template<typename Solver>
struct gko::solver::workspace_traits< Solver >

Traits class providing information on the type and location of workspace vectors inside a solver.


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