pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
context.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-2-Clause
2
3#ifndef pRC_CORE_BASIC_CONTEXT_H
4#define pRC_CORE_BASIC_CONTEXT_H
5
6namespace pRC
7{
8 enum class Context
9 {
11 RunTime,
12 };
13}
14#endif // pRC_CORE_BASIC_CONTEXT_H
Definition cholesky.hpp:18
Context
Definition context.hpp:9