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

#include <SelfCwiseBinaryOp.h>

Inherits type< SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs > >.

List of all members.

Public Types

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

Public Member Functions

Scalar & coeffRef (Index row, Index col)
const Scalar & coeffRef (Index row, Index col) const
Scalar & coeffRef (Index index)
const Scalar & coeffRef (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 Scalar * data () const
Lhs & expression () const
const BinaryOp & functor () const
Index innerStride () const
template<typename RhsDerived >
SelfCwiseBinaryOplazyAssign (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

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


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

const BinaryOp& m_functor [protected]
Lhs& m_matrix [protected]

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