tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
numeric.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4
#
ifndef
TETL_NUMERIC_HPP
5
#
define
TETL_NUMERIC_HPP
6
7
/// \defgroup numeric numeric
8
/// Numeric operations on values in ranges
9
/// \ingroup numerics-library
10
/// \example numeric.cpp
11
12
#
include
<
etl
/
_config
/
all
.
hpp
>
13
14
#
include
<
etl
/
_numeric
/
abs
.
hpp
>
15
#
include
<
etl
/
_numeric
/
accumulate
.
hpp
>
16
#
include
<
etl
/
_numeric
/
add_sat
.
hpp
>
17
#
include
<
etl
/
_numeric
/
adjacent_difference
.
hpp
>
18
#
include
<
etl
/
_numeric
/
div_sat
.
hpp
>
19
#
include
<
etl
/
_numeric
/
gcd
.
hpp
>
20
#
include
<
etl
/
_numeric
/
inner_product
.
hpp
>
21
#
include
<
etl
/
_numeric
/
iota
.
hpp
>
22
#
include
<
etl
/
_numeric
/
lcm
.
hpp
>
23
#
include
<
etl
/
_numeric
/
midpoint
.
hpp
>
24
#
include
<
etl
/
_numeric
/
partial_sum
.
hpp
>
25
#
include
<
etl
/
_numeric
/
reduce
.
hpp
>
26
#
include
<
etl
/
_numeric
/
saturate_cast
.
hpp
>
27
#
include
<
etl
/
_numeric
/
transform_reduce
.
hpp
>
28
29
#
endif
// TETL_NUMERIC_HPP
include
etl
numeric.hpp
Generated on Sun Sep 7 2025 19:15:31 for tetl by
1.9.8