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
utils.hpp
1// SPDX-FileCopyrightText: 2017 - 2025 The Ginkgo authors
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
5#ifndef GKO_PUBLIC_CORE_PRECONDITIONER_UTILS_HPP_
6#define GKO_PUBLIC_CORE_PRECONDITIONER_UTILS_HPP_
7
8
9#ifdef __GNUC__
10#pragma message \
11 "This file is deprecated and will be removed in a later major release."
12#elif defined(_MSC_VER)
13#pragma message WARN( \
14 "This file is deprecated and will be removed in a later major release.")
15#endif
16
17
18// We do not have anything here, but still keep the file for non-breaking
19// changes if they include this file
20
21
22#endif // GKO_PUBLIC_CORE_PRECONDITIONER_UTILS_HPP_