Ginkgo Generated from branch based on main. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
 
Loading...
Searching...
No Matches
batch_stop_enum.hpp
1// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
5#ifndef GKO_PUBLIC_CORE_STOP_BATCH_STOP_ENUM_HPP_
6#define GKO_PUBLIC_CORE_STOP_BATCH_STOP_ENUM_HPP_
7
8
9namespace gko {
10namespace batch {
11namespace stop {
12
13
28enum class tolerance_type { absolute, relative };
29
30
31} // namespace stop
32} // namespace batch
33} // namespace gko
34
35#endif // GKO_PUBLIC_CORE_STOP_BATCH_STOP_ENUM_HPP_
The Ginkgo namespace.
Definition abstract_factory.hpp:20