imate
C++/CUDA Reference
Loading...
Searching...
No Matches
cu_arithmetics.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: Copyright 2021, Siavash Ameli <sameli@berkeley.edu>
3 * SPDX-License-Identifier: BSD-3-Clause
4 * SPDX-FileType: SOURCE
5 *
6 * This program is free software: you can redistribute it and/or modify it
7 * under the terms of the license found in the LICENSE.txt file in the root
8 * directory of this source tree.
9 */
10
11#ifndef _CU_ARITHMETICS_CU_ARITHMETICS_H_
12#define _CU_ARITHMETICS_CU_ARITHMETICS_H_
13
14
15// =======
16// Headers
17// =======
18
19#include "./_cu_cast.h" // cu_arithmetics::cast
20#include "./_cu_abs.h" // cu_arithmetics::abs
21#include "./_cu_add.h" // cu_arithmetics::add
22#include "./_cu_sub.h" // cu_arithmetics::sub
23#include "./_cu_mul.h" // cu_arithmetics::mul
24#include "./_cu_div.h" // cu_arithmetics::div
25#include "./_cu_is_equal.h" // cu_arithmetics::is_equal
26#include "./_cu_epsilon.h" // cu_arithmetics::epsilon
27
28
29#endif // _CU_ARITHMETICS_CU_ARITHMETICS_H_