Searched refs:m_other (Results 1 – 6 of 6) sorted by relevance
19 …IGEN_STRONG_INLINE scalar_constant_op(const scalar_constant_op& other) : m_other(other.m_other) { } in scalar_constant_op()20 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const Scalar& other) : m_other(other) { } in scalar_constant_op()21 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() () const { return m_other; } in operator()23 …EN_STRONG_INLINE const PacketType packetOp() const { return internal::pset1<PacketType>(m_other); } in packetOp()24 const Scalar m_other; member
258 …SPQR_QProduct(const SPQRType& spqr, const Derived& other, bool transpose) : m_spqr(spqr),m_other(o…261 inline Index cols() const { return m_other.cols(); }270 y_cd = viewAsCholmod(m_other.const_cast_derived());276 const Derived& m_other;
606 m_qr(qr),m_other(other),m_transpose(transpose) {}608 inline Index cols() const { return m_other.cols(); }617 res = m_other;620 eigen_assert(m_qr.m_Q.rows() == m_other.rows() && "Non conforming object sizes");635 eigen_assert(m_qr.m_Q.rows() == m_other.rows() && "Non conforming object sizes");652 const Derived& m_other;
318 { return x.lhs().functor().m_other * Base::extractScalarFactor(x.rhs()); }329 { return Base::extractScalarFactor(x.lhs()) * x.rhs().functor().m_other; }
149 …VMLTYPE exponent = reinterpret_cast<const VMLTYPE&>(src.rhs().functor().m_other); …
59 : Base(xpr.lhs().functor().m_other * xpr.rhs().lhs() * xpr.rhs().rhs())196 …call_assignment_no_alias(dst, (src.lhs().functor().m_other * src.rhs().lhs())*src.rhs().rhs(), fun…