has_with_criteria< SolverType, typename > Struct Template Reference

has_with_criteria&lt; SolverType, typename &gt; Struct Template Reference#

Reference API: gko::solver::has_with_criteria< SolverType, typename > Struct Template Reference
Reference API
gko::solver::has_with_criteria< SolverType, typename > Struct Template Reference

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

Inheritance diagram for gko::solver::has_with_criteria< SolverType, typename >:
[legend]

Detailed Description

template<typename SolverType, typename = void>
struct gko::solver::has_with_criteria< SolverType, typename >

Helper structure to test if the Factory of SolverType has a function with_criteria.

Contains a constexpr boolean value, which is true if the Factory class of SolverType has a with_criteria, and false otherwise.

Template Parameters
SolverTypeSolver to test if its factory has a with_criteria function.

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