mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-15 05:05:58 +08:00
Fix previous backport.
This commit is contained in:
parent
ef7230c229
commit
9661180a4d
@ -58,7 +58,7 @@ template<> struct conj_if<false> {
|
|||||||
template<typename LhsScalar, typename RhsScalar, bool ConjLhs, bool ConjRhs>
|
template<typename LhsScalar, typename RhsScalar, bool ConjLhs, bool ConjRhs>
|
||||||
struct conj_helper
|
struct conj_helper
|
||||||
{
|
{
|
||||||
typedef typename ScalarBinaryOpTraits<LhsScalar,RhsScalar>::ReturnType Scalar;
|
typedef typename scalar_product_traits<LhsScalar,RhsScalar>::ReturnType Scalar;
|
||||||
|
|
||||||
EIGEN_STRONG_INLINE Scalar pmadd(const LhsScalar& x, const RhsScalar& y, const Scalar& c) const
|
EIGEN_STRONG_INLINE Scalar pmadd(const LhsScalar& x, const RhsScalar& y, const Scalar& c) const
|
||||||
{ return padd(c, pmul(x,y)); }
|
{ return padd(c, pmul(x,y)); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user