Public Types | Public Member Functions

CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Dense > Class Template Reference

#include <CwiseBinaryOp.h>

List of all members.

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

template<typename BinaryOp, typename Lhs, typename Rhs>
class CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Dense >


Member Typedef Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef internal::dense_xpr_base<CwiseBinaryOp<BinaryOp, Lhs, Rhs> >::type CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Dense >::Base

Member Function Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
EIGEN_STRONG_INLINE const Scalar CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Dense >::coeff ( Index  row,
Index  col 
) const [inline]
template<typename BinaryOp , typename Lhs , typename Rhs >
EIGEN_STRONG_INLINE const Scalar CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Dense >::coeff ( Index  index  )  const [inline]
template<typename BinaryOp , typename Lhs , typename Rhs >
template<int LoadMode>
EIGEN_STRONG_INLINE PacketScalar CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Dense >::packet ( Index  index  )  const [inline]
template<typename BinaryOp , typename Lhs , typename Rhs >
template<int LoadMode>
EIGEN_STRONG_INLINE PacketScalar CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Dense >::packet ( Index  row,
Index  col 
) const [inline]

The documentation for this class was generated from the following file: