Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes | Private Member Functions
Eigen::SelfCwiseBinaryOp Class Reference

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)
Lhs & expression () const
const BinaryOp & functor () const

Protected Attributes

Lhs & m_matrix
const BinaryOp & m_functor

Private Member Functions

SelfCwiseBinaryOpoperator= (const SelfCwiseBinaryOp &)

Member Typedef Documentation

Definition at line 64 of file Core.

Definition at line 67 of file Core.


Constructor & Destructor Documentation

Eigen::SelfCwiseBinaryOp::SelfCwiseBinaryOp ( Lhs &  xpr,
const BinaryOp &  func = BinaryOp() 
) [inline]

Definition at line 69 of file Core.


Member Function Documentation

Scalar& Eigen::SelfCwiseBinaryOp::coeffRef ( Index  row,
Index  col 
) [inline]

Definition at line 79 of file Core.

const Scalar& Eigen::SelfCwiseBinaryOp::coeffRef ( Index  row,
Index  col 
) const [inline]

Definition at line 84 of file Core.

Scalar& Eigen::SelfCwiseBinaryOp::coeffRef ( Index  index) [inline]

Definition at line 91 of file Core.

const Scalar& Eigen::SelfCwiseBinaryOp::coeffRef ( Index  index) const [inline]

Definition at line 96 of file Core.

Index Eigen::SelfCwiseBinaryOp::cols ( void  ) const [inline]

Definition at line 72 of file Core.

template<typename OtherDerived >
void Eigen::SelfCwiseBinaryOp::copyCoeff ( Index  row,
Index  col,
const DenseBase< OtherDerived > &  other 
) [inline]

Definition at line 102 of file Core.

template<typename OtherDerived >
void Eigen::SelfCwiseBinaryOp::copyCoeff ( Index  index,
const DenseBase< OtherDerived > &  other 
) [inline]

Definition at line 112 of file Core.

template<typename OtherDerived , int StoreMode, int LoadMode>
void Eigen::SelfCwiseBinaryOp::copyPacket ( Index  row,
Index  col,
const DenseBase< OtherDerived > &  other 
) [inline]

Definition at line 121 of file Core.

template<typename OtherDerived , int StoreMode, int LoadMode>
void Eigen::SelfCwiseBinaryOp::copyPacket ( Index  index,
const DenseBase< OtherDerived > &  other 
) [inline]

Definition at line 131 of file Core.

const Scalar* Eigen::SelfCwiseBinaryOp::data ( ) const [inline]

Definition at line 75 of file Core.

Lhs& Eigen::SelfCwiseBinaryOp::expression ( ) const [inline]

Definition at line 167 of file Core.

const BinaryOp& Eigen::SelfCwiseBinaryOp::functor ( ) const [inline]

Definition at line 172 of file Core.

Index Eigen::SelfCwiseBinaryOp::innerStride ( ) const [inline]

Definition at line 74 of file Core.

template<typename RhsDerived >
EIGEN_STRONG_INLINE SelfCwiseBinaryOp& Eigen::SelfCwiseBinaryOp::lazyAssign ( const DenseBase< RhsDerived > &  rhs) [inline]

Definition at line 142 of file Core.

SelfCwiseBinaryOp& Eigen::SelfCwiseBinaryOp::operator= ( const Rhs &  _rhs) [inline]

Definition at line 161 of file Core.

SelfCwiseBinaryOp& Eigen::SelfCwiseBinaryOp::operator= ( const SelfCwiseBinaryOp ) [private]
Index Eigen::SelfCwiseBinaryOp::outerStride ( ) const [inline]

Definition at line 73 of file Core.

Index Eigen::SelfCwiseBinaryOp::rows ( void  ) const [inline]

Definition at line 71 of file Core.


Member Data Documentation

const BinaryOp& Eigen::SelfCwiseBinaryOp::m_functor [protected]

Definition at line 179 of file Core.

Definition at line 178 of file Core.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011