Go to the source code of this file.
#define EIGEN_MAKE_CONJ_HELPER_CPLX_REAL |
( |
|
PACKET_CPLX, |
|
|
|
PACKET_REAL |
|
) |
| |
Value:template<>
struct conj_helper<PACKET_REAL, PACKET_CPLX, false,false> {
\ {
return PACKET_CPLX(Eigen::internal::pmul<PACKET_REAL>(
x,
y.v)); } \
}; \
\
template<>
struct conj_helper<PACKET_CPLX, PACKET_REAL, false,false> {
\ {
return PACKET_CPLX(Eigen::internal::pmul<PACKET_REAL>(
x.v,
y)); } \
};
#define EIGEN_STRONG_INLINE
EIGEN_DEVICE_FUNC Packet padd(const Packet &a, const Packet &b)
EIGEN_STRONG_INLINE Packet4f pmadd(const Packet4f &a, const Packet4f &b, const Packet4f &c)
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
EIGEN_DEVICE_FUNC Packet pmul(const Packet &a, const Packet &b)
Definition at line 14 of file ConjHelper.h.