TR-mbed 1.0
Loading...
Searching...
No Matches
MathFunctions.h
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) 2020, Arm Limited and Contributors
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_MATH_FUNCTIONS_SVE_H
11#define EIGEN_MATH_FUNCTIONS_SVE_H
12
13namespace Eigen {
14namespace internal {
15
16template <>
20
21template <>
25
26template <>
30
31template <>
35
36// Hyperbolic Tangent function.
37template <>
41} // end namespace internal
42} // end namespace Eigen
43
44#endif // EIGEN_MATH_FUNCTIONS_SVE_H
#define EIGEN_UNUSED
Definition Macros.h:1067
#define EIGEN_STRONG_INLINE
Definition Macros.h:917
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
Definition gnuplot_common_settings.hh:12
EIGEN_STRONG_INLINE EIGEN_UNUSED PacketXf pexp< PacketXf >(const PacketXf &x)
Definition MathFunctions.h:17
EIGEN_STRONG_INLINE EIGEN_UNUSED PacketXf plog< PacketXf >(const PacketXf &x)
Definition MathFunctions.h:22
EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED Packet psin_float(const Packet &x)
Definition GenericPacketMathFunctions.h:747
EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED Packet pcos_float(const Packet &x)
Definition GenericPacketMathFunctions.h:755
EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED Packet plog_float(const Packet _x)
Definition GenericPacketMathFunctions.h:254
EIGEN_STRONG_INLINE EIGEN_UNUSED PacketXf ptanh< PacketXf >(const PacketXf &x)
Definition MathFunctions.h:38
T generic_fast_tanh_float(const T &a_x)
Definition MathFunctionsImpl.h:29
EIGEN_STRONG_INLINE EIGEN_UNUSED PacketXf psin< PacketXf >(const PacketXf &x)
Definition MathFunctions.h:27
EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED Packet pexp_float(const Packet _x)
Definition GenericPacketMathFunctions.h:439
EIGEN_STRONG_INLINE EIGEN_UNUSED PacketXf pcos< PacketXf >(const PacketXf &x)
Definition MathFunctions.h:32
Namespace containing all symbols from the Eigen library.
Definition bench_norm.cpp:85
Definition BandTriangularSolver.h:13
Definition ForwardDeclarations.h:17