Public Types | Public Member Functions | Protected Attributes | Private Member Functions
SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs > Class Template Reference

#include <SelfCwiseBinaryOp.h>

Inheritance diagram for 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

ScalarcoeffRef (Index row, Index col)
const ScalarcoeffRef (Index row, Index col) const
ScalarcoeffRef (Index index)
const ScalarcoeffRef (Index index) const
Index cols () 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)
const Scalardata () const
Index innerStride () const
template<typename RhsDerived >
EIGEN_STRONG_INLINE
SelfCwiseBinaryOp
lazyAssign (const DenseBase< RhsDerived > &rhs)
SelfCwiseBinaryOpoperator= (const Rhs &_rhs)
Index outerStride () const
Index rows () const
 SelfCwiseBinaryOp (Lhs &xpr, const BinaryOp &func=BinaryOp())

Protected Attributes

const BinaryOp & m_functor
Lhs & m_matrix

Private Member Functions

SelfCwiseBinaryOpoperator= (const SelfCwiseBinaryOp &)

Detailed Description

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

Definition at line 58 of file SelfCwiseBinaryOp.h.


Member Typedef Documentation

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

Definition at line 63 of file SelfCwiseBinaryOp.h.

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

Definition at line 66 of file SelfCwiseBinaryOp.h.


Constructor & Destructor Documentation

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

Definition at line 68 of file SelfCwiseBinaryOp.h.


Member Function Documentation

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

Definition at line 78 of file SelfCwiseBinaryOp.h.

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

Definition at line 83 of file SelfCwiseBinaryOp.h.

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

Definition at line 90 of file SelfCwiseBinaryOp.h.

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

Definition at line 95 of file SelfCwiseBinaryOp.h.

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

Definition at line 71 of file SelfCwiseBinaryOp.h.

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]

Definition at line 101 of file SelfCwiseBinaryOp.h.

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

Definition at line 111 of file SelfCwiseBinaryOp.h.

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]

Definition at line 120 of file SelfCwiseBinaryOp.h.

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]

Definition at line 130 of file SelfCwiseBinaryOp.h.

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

Definition at line 74 of file SelfCwiseBinaryOp.h.

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

Definition at line 73 of file SelfCwiseBinaryOp.h.

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

Definition at line 141 of file SelfCwiseBinaryOp.h.

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

Definition at line 160 of file SelfCwiseBinaryOp.h.

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

Definition at line 72 of file SelfCwiseBinaryOp.h.

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

Definition at line 70 of file SelfCwiseBinaryOp.h.


Member Data Documentation

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

Definition at line 168 of file SelfCwiseBinaryOp.h.

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

Definition at line 167 of file SelfCwiseBinaryOp.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:25