Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes | Private Member Functions
Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs > Class Template Reference

Detailed Description

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

Definition at line 59 of file Core.

Inheritance diagram for Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >:
Inheritance graph
[legend]

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

Private Member Functions

SelfCwiseBinaryOpoperator= (const SelfCwiseBinaryOp &)

Member Typedef Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef internal::dense_xpr_base<SelfCwiseBinaryOp>::type Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::Base

Definition at line 64 of file Core.

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

Definition at line 67 of file Core.


Constructor & Destructor Documentation

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

Definition at line 69 of file Core.


Member Function Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
Scalar& Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef ( Index  row,
Index  col 
) [inline]

Definition at line 79 of file Core.

template<typename BinaryOp , typename Lhs , typename Rhs >
Scalar& Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef ( Index  index) [inline]

Definition at line 91 of file Core.

template<typename BinaryOp , typename Lhs , typename Rhs >
const Scalar& Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef ( Index  index) const [inline]

Definition at line 96 of file Core.

template<typename BinaryOp , typename Lhs , typename Rhs >
const Scalar& Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef ( Index  row,
Index  col 
) const [inline]

Definition at line 84 of file Core.

template<typename BinaryOp , typename Lhs , typename Rhs >
Index Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::cols ( void  ) const [inline]

Definition at line 72 of file Core.

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

Definition at line 102 of file Core.

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

Definition at line 112 of file Core.

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

Definition at line 131 of file Core.

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

Definition at line 121 of file Core.

template<typename BinaryOp , typename Lhs , typename Rhs >
const Scalar* Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::data ( ) const [inline]

Definition at line 75 of file Core.

template<typename BinaryOp , typename Lhs , typename Rhs >
Index Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::innerStride ( ) const [inline]

Definition at line 74 of file Core.

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

Definition at line 142 of file Core.

template<typename BinaryOp , typename Lhs , typename Rhs >
SelfCwiseBinaryOp& Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::operator= ( const SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs > &  ) [private]
template<typename BinaryOp , typename Lhs , typename Rhs >
SelfCwiseBinaryOp& Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::operator= ( const Rhs &  _rhs) [inline]

Definition at line 161 of file Core.

template<typename BinaryOp , typename Lhs , typename Rhs >
Index Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::outerStride ( ) const [inline]

Definition at line 73 of file Core.

template<typename BinaryOp , typename Lhs , typename Rhs >
Index Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::rows ( void  ) const [inline]

Definition at line 71 of file Core.


Member Data Documentation

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

Definition at line 169 of file Core.

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

Definition at line 168 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo