DDC
0.4.1
Loading...
Searching...
No Matches
real_type.hpp
1
// Copyright (C) The DDC development team, see COPYRIGHT.md file
2
//
3
// SPDX-License-Identifier: MIT
4
5
#
pragma
once
6
7
#
include
"ddc/config.hpp"
8
9
namespace
ddc
{
10
11
#
if
defined
(
DDC_BUILD_DOUBLE_PRECISION
)
12
13
using
Real =
double
;
14
15
#
else
16
17
using
Real
=
float
;
18
19
#
endif
20
21
}
// namespace ddc
ddc
The top-level namespace of DDC.
Definition
aligned_allocator.hpp:11
include
ddc
real_type.hpp
Generated by
1.9.8