Searched refs:SelfAdder (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | NoAlias.h | 47 …typedef SelfCwiseBinaryOp<internal::scalar_sum_op<Scalar>, ExpressionType, OtherDerived> SelfAdder; typedef 48 SelfAdder tmp(m_expression); 51 …internal::assign_selector<SelfAdder,_OtherDerivedNested,false>::run(tmp,OtherDerivedNested(other.d… 59 … SelfCwiseBinaryOp<internal::scalar_difference_op<Scalar>, ExpressionType, OtherDerived> SelfAdder; typedef 60 SelfAdder tmp(m_expression); 63 …internal::assign_selector<SelfAdder,_OtherDerivedNested,false>::run(tmp,OtherDerivedNested(other.d…
|