template<typename BinaryOp, typename Lhs, typename Rhs>
class Eigen::CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Dense >
Definition at line 177 of file Core.
Public Types |
typedef
internal::dense_xpr_base
< CwiseBinaryOp< BinaryOp, Lhs,
Rhs > >::type | Base |
Public Member Functions |
| EIGEN_STRONG_INLINE const Scalar | coeff (Index row, Index col) const |
| template<int LoadMode> |
| EIGEN_STRONG_INLINE PacketScalar | packet (Index row, Index col) const |
| EIGEN_STRONG_INLINE const Scalar | coeff (Index index) const |
| template<int LoadMode> |
| EIGEN_STRONG_INLINE PacketScalar | packet (Index index) const |
Private Types |
typedef CwiseBinaryOp
< BinaryOp, Lhs, Rhs > | Derived |