Public Types | Public Member Functions | Protected Attributes

SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs > Class Template Reference

#include <SelfCwiseBinaryOp.h>

List of all members.

Public Types

typedef
internal::dense_xpr_base
< SelfCwiseBinaryOp >::type 
Base
typedef
internal::packet_traits
< Scalar >::type 
Packet

Public Member Functions

 SelfCwiseBinaryOp (Lhs &xpr, const BinaryOp &func=BinaryOp())
Index rows () const
Index cols () const
Index outerStride () const
Index innerStride () const
const Scalar * data () const
Scalar & coeffRef (Index row, Index col)
const Scalar & coeffRef (Index row, Index col) const
Scalar & coeffRef (Index index)
const Scalar & coeffRef (Index index) const
template<typename OtherDerived >
void copyCoeff (Index row, Index col, const DenseBase< OtherDerived > &other)
template<typename OtherDerived >
void copyCoeff (Index index, const DenseBase< OtherDerived > &other)
template<typename OtherDerived , int StoreMode, int LoadMode>
void copyPacket (Index row, Index col, const DenseBase< OtherDerived > &other)
template<typename OtherDerived , int StoreMode, int LoadMode>
void copyPacket (Index index, const DenseBase< OtherDerived > &other)
template<typename RhsDerived >
EIGEN_STRONG_INLINE
SelfCwiseBinaryOp
lazyAssign (const DenseBase< RhsDerived > &rhs)
SelfCwiseBinaryOpoperator= (const Rhs &_rhs)

Protected Attributes

Lhs & m_matrix
const BinaryOp & m_functor

template<typename BinaryOp, typename Lhs, typename Rhs>
class SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >


Member Typedef Documentation

template<typename BinaryOp, typename Lhs, typename Rhs>
typedef internal::dense_xpr_base<SelfCwiseBinaryOp>::type SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::Base
template<typename BinaryOp, typename Lhs, typename Rhs>
typedef internal::packet_traits<Scalar>::type SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::Packet

Constructor & Destructor Documentation

template<typename BinaryOp, typename Lhs, typename Rhs>
SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::SelfCwiseBinaryOp ( Lhs &  xpr,
const BinaryOp &  func = BinaryOp() 
) [inline]

Member Function Documentation

template<typename BinaryOp, typename Lhs, typename Rhs>
Scalar& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef ( Index  row,
Index  col 
) [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
Scalar& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef ( Index  index  )  [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
const Scalar& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef ( Index  index  )  const [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
const Scalar& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef ( Index  row,
Index  col 
) const [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
Index SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::cols ( void   )  const [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
template<typename OtherDerived >
void SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyCoeff ( Index  row,
Index  col,
const DenseBase< OtherDerived > &  other 
) [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
template<typename OtherDerived >
void SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyCoeff ( Index  index,
const DenseBase< OtherDerived > &  other 
) [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
template<typename OtherDerived , int StoreMode, int LoadMode>
void SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyPacket ( Index  row,
Index  col,
const DenseBase< OtherDerived > &  other 
) [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
template<typename OtherDerived , int StoreMode, int LoadMode>
void SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyPacket ( Index  index,
const DenseBase< OtherDerived > &  other 
) [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
const Scalar* SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::data (  )  const [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
Index SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::innerStride (  )  const [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
template<typename RhsDerived >
EIGEN_STRONG_INLINE SelfCwiseBinaryOp& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::lazyAssign ( const DenseBase< RhsDerived > &  rhs  )  [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
SelfCwiseBinaryOp& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::operator= ( const Rhs &  _rhs  )  [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
Index SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::outerStride (  )  const [inline]
template<typename BinaryOp, typename Lhs, typename Rhs>
Index SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::rows ( void   )  const [inline]

Member Data Documentation

template<typename BinaryOp, typename Lhs, typename Rhs>
const BinaryOp& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_functor [protected]
template<typename BinaryOp, typename Lhs, typename Rhs>
Lhs& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix [protected]

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