#include <MathFunctions.h>
◆ run_ceil()
template<typename Scalar , bool IsInteger = NumTraits<typename unpacket_traits<Scalar>::type>::IsInteger>
#define EIGEN_USING_STD(FUNC)
Definition: Macros.h:1090
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar() ceil(const Scalar &x)
Definition: MathFunctions.h:1205
list x
Definition: plotDoE.py:28
◆ run_floor()
template<typename Scalar , bool IsInteger = NumTraits<typename unpacket_traits<Scalar>::type>::IsInteger>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar() floor(const Scalar &x)
Definition: MathFunctions.h:1200
◆ run_rint()
template<typename Scalar , bool IsInteger = NumTraits<typename unpacket_traits<Scalar>::type>::IsInteger>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar rint(const Scalar &x)
Definition: MathFunctions.h:1190
◆ run_round()
template<typename Scalar , bool IsInteger = NumTraits<typename unpacket_traits<Scalar>::type>::IsInteger>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar round(const Scalar &x)
Definition: MathFunctions.h:1195
◆ run_trunc()
template<typename Scalar , bool IsInteger = NumTraits<typename unpacket_traits<Scalar>::type>::IsInteger>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar() trunc(const Scalar &x)
Definition: MathFunctions.h:1210
The documentation for this struct was generated from the following file: