cMHN
1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC
prc
core
basic
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
6
namespace
pRC
7
{
8
enum class
Context
9
{
10
CompileTime
,
11
RunTime
,
12
};
13
}
14
#endif
// pRC_CORE_BASIC_CONTEXT_H
pRC
Definition
cholesky.hpp:10
pRC::Context
Context
Definition
context.hpp:9
pRC::Context::CompileTime
@ CompileTime
pRC::Context::RunTime
@ RunTime
Generated by
1.11.0