DDC
0.1.0
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
namespace
ddc
{
8
9
#
if
defined
(
DDC_BUILD_DOUBLE_PRECISION
)
10
11
using
Real =
double
;
12
13
#
else
14
15
using
Real
=
float
;
16
17
#
endif
18
19
}
// namespace ddc
ddc
The top-level namespace of DDC.
Definition
aligned_allocator.hpp:11
include
ddc
real_type.hpp
Generated by
1.9.8