Searched defs:CwiseBinaryOp (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DCwiseBinaryOp.h16 /** \class CwiseBinaryOp
28 * For example, the return type of matrix1+matrix2 is a CwiseBinaryOp.
31 * CwiseBinaryOp types explicitly.
38 struct traits<CwiseBinaryOp<BinaryOp, Lhs, Rhs> >
51 // even though we require Lhs and Rhs to have the same scalar type (see CwiseBinaryOp constructor),
106 class CwiseBinaryOp : internal::no_assignment_operator, class in namespace:Eigen
118 EIGEN_GENERIC_PUBLIC_INTERFACE(CwiseBinaryOp)
125 EIGEN_STRONG_INLINE CwiseBinaryOp(const Lhs& aLhs, const Rhs& aRhs, const BinaryOp& func = BinaryOp()) function in class:Eigen::CwiseBinaryOp
164 : public internal::dense_xpr_base<CwiseBinaryOp<BinaryOp, Lhs, Rhs> >::type
166 typedef CwiseBinaryOp<BinaryO
[all...]
H A DTranspose.h349 struct check_transpose_aliasing_compile_time_selector<DestIsTransposed,CwiseBinaryOp<BinOp,DerivedA,DerivedB> >
366 struct check_transpose_aliasing_run_time_selector<Scalar,DestIsTransposed,CwiseBinaryOp<BinOp,DerivedA,DerivedB> >
368 static bool run(const Scalar* dest, const CwiseBinaryOp<BinOp,DerivedA,DerivedB>& src) argument

Completed in 84 milliseconds