|
MOAB
4.9.3pre
|
#include <ProductEvaluators.h>

Public Types | |
| typedef CwiseBinaryOp < internal::scalar_sum_op < Scalar >, const OtherXpr, const ProductType > | SrcXprType |
Static Public Member Functions | |
| static void | run (DstXprType &dst, const SrcXprType &src, const Func1 &func) |
Definition at line 192 of file ProductEvaluators.h.
| typedef CwiseBinaryOp<internal::scalar_sum_op<Scalar>, const OtherXpr, const ProductType> Eigen::internal::assignment_from_xpr_plus_product< DstXprType, OtherXpr, ProductType, Scalar, Func1, Func2 >::SrcXprType |
Definition at line 194 of file ProductEvaluators.h.
| static void Eigen::internal::assignment_from_xpr_plus_product< DstXprType, OtherXpr, ProductType, Scalar, Func1, Func2 >::run | ( | DstXprType & | dst, |
| const SrcXprType & | src, | ||
| const Func1 & | func | ||
| ) | [inline, static] |
Definition at line 195 of file ProductEvaluators.h.
{
call_assignment_no_alias(dst, src.lhs(), func);
call_assignment_no_alias(dst, src.rhs(), Func2());
}