cMHN
1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC
prc
core
complex
unit.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSD-2-Clause
2
3
#ifndef pRC_CORE_COMPLEX_UNIT_H
4
#define pRC_CORE_COMPLEX_UNIT_H
5
6
#include <
prc/core/basic/unit.hpp
>
7
#include <
prc/core/complex/identity.hpp
>
8
9
namespace
pRC
10
{
11
template
<IsComplex T>
12
requires
IsDefined<Identity<T>>
13
struct
Unit<
T
> : Identity<T>
14
{
15
};
16
}
17
#endif
// pRC_CORE_COMPLEX_UNIT_H
pRC::Float
Definition
value.hpp:12
unit.hpp
identity.hpp
pRC
Definition
cholesky.hpp:10
Generated by
1.11.0