5#ifndef GKO_PUBLIC_CORE_SOLVER_SOLVER_TRAITS_HPP_
6#define GKO_PUBLIC_CORE_SOLVER_SOLVER_TRAITS_HPP_
11#include <ginkgo/core/stop/criterion.hpp>
29template <
typename SolverType,
typename =
void>
39template <
typename SolverType>
41 std::void_t<decltype(SolverType::build().with_criteria(
42 std::shared_ptr<const stop::CriterionFactory>()))>>
The ginkgo Solve namespace.
Definition bicg.hpp:28
The Ginkgo namespace.
Definition abstract_factory.hpp:20
Helper structure to test if the Factory of SolverType has a function with_criteria.
Definition solver_traits.hpp:30