SpecialFunctions
Go to the documentation of this file.
1 // This file is part of Eigen, a lightweight C++ template library
2 // for linear algebra.
3 //
4 // Copyright (C) 2016 Gael Guennebaud <g.gael@free.fr>
5 //
6 // This Source Code Form is subject to the terms of the Mozilla
7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 
10 #ifndef EIGEN_SPECIALFUNCTIONS_MODULE_H
11 #define EIGEN_SPECIALFUNCTIONS_MODULE_H
12 
13 #include <math.h>
14 
15 #include "../../Eigen/Core"
16 
17 #include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
18 
19 namespace Eigen {
20 
60 
61 }
62 
63 // IWYU pragma: begin_exports
71 #if defined(EIGEN_HIPCC)
73 #endif
79 
80 #if defined EIGEN_VECTORIZE_AVX512
85 #elif defined EIGEN_VECTORIZE_AVX
88 #elif defined EIGEN_VECTORIZE_NEON
91 #endif
92 
93 #if defined EIGEN_VECTORIZE_GPU
95 #endif
96 // IWYU pragma: end_exports
97 
98 namespace Eigen {
100 }
101 
102 
103 #include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
104 
105 #endif // EIGEN_SPECIALFUNCTIONS_MODULE_H
: TensorContractionSycl.h, provides various tensor contraction kernel for SYCL backend