#include <ConjHelper.h>
Public Types | |
typedef ScalarBinaryOpTraits< LhsType, RhsType >::ReturnType | ResultType |
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ResultType | pmadd (const LhsType &x, const RhsType &y, const ResultType &c) const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ResultType | pmul (const LhsType &x, const RhsType &y) const |
Definition at line 63 of file ConjHelper.h.
typedef ScalarBinaryOpTraits<LhsType, RhsType>::ReturnType Eigen::internal::conj_helper< LhsType, RhsType, ConjLhs, ConjRhs >::ResultType |
Definition at line 64 of file ConjHelper.h.
|
inline |
Definition at line 67 of file ConjHelper.h.
|
inline |
Definition at line 71 of file ConjHelper.h.