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
ginkgo
core
factorization
incomplete_factorization.hpp
1
// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors
2
//
3
// SPDX-License-Identifier: BSD-3-Clause
4
5
#ifndef GKO_PUBLIC_CORE_FACTORIZATION_INCOMPLETE_FACTORIZATION_HPP_
6
#define GKO_PUBLIC_CORE_FACTORIZATION_INCOMPLETE_FACTORIZATION_HPP_
7
8
9
namespace
gko
{
10
namespace
factorization {
11
12
19
enum class
incomplete_algorithm
{ sparselib, syncfree };
20
21
22
}
// namespace factorization
23
}
// namespace gko
24
25
#endif
// GKO_PUBLIC_CORE_FACTORIZATION_INCOMPLETE_FACTORIZATION_HPP_
gko::factorization::incomplete_algorithm
incomplete_algorithm
An enum class for algorithm selection in the incomplete factorization.
Definition
incomplete_factorization.hpp:19
gko
The Ginkgo namespace.
Definition
abstract_factory.hpp:20
Generated by
1.12.0