#include <SelfCwiseBinaryOp.h>
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 |
Index | innerStride () const |
template<typename RhsDerived > | |
EIGEN_STRONG_INLINE SelfCwiseBinaryOp & | lazyAssign (const DenseBase< RhsDerived > &rhs) |
SelfCwiseBinaryOp & | operator= (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 | |
SelfCwiseBinaryOp & | operator= (const SelfCwiseBinaryOp &) |
Definition at line 58 of file SelfCwiseBinaryOp.h.
typedef internal::dense_xpr_base<SelfCwiseBinaryOp>::type SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::Base |
Definition at line 63 of file SelfCwiseBinaryOp.h.
typedef internal::packet_traits<Scalar>::type SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::Packet |
Definition at line 66 of file SelfCwiseBinaryOp.h.
SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::SelfCwiseBinaryOp | ( | Lhs & | xpr, |
const BinaryOp & | func = BinaryOp() |
||
) | [inline] |
Definition at line 68 of file SelfCwiseBinaryOp.h.
Scalar& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef | ( | Index | row, |
Index | col | ||
) | [inline] |
Definition at line 78 of file SelfCwiseBinaryOp.h.
const Scalar& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef | ( | Index | row, |
Index | col | ||
) | const [inline] |
Definition at line 83 of file SelfCwiseBinaryOp.h.
Scalar& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef | ( | Index | index | ) | [inline] |
Definition at line 90 of file SelfCwiseBinaryOp.h.
const Scalar& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef | ( | Index | index | ) | const [inline] |
Definition at line 95 of file SelfCwiseBinaryOp.h.
Index SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::cols | ( | void | ) | const [inline] |
Definition at line 71 of file SelfCwiseBinaryOp.h.
void SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyCoeff | ( | Index | row, |
Index | col, | ||
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
Definition at line 101 of file SelfCwiseBinaryOp.h.
void SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyCoeff | ( | Index | index, |
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
Definition at line 111 of file SelfCwiseBinaryOp.h.
void SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyPacket | ( | Index | row, |
Index | col, | ||
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
Definition at line 120 of file SelfCwiseBinaryOp.h.
void SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyPacket | ( | Index | index, |
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
Definition at line 130 of file SelfCwiseBinaryOp.h.
const Scalar* SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::data | ( | ) | const [inline] |
Definition at line 74 of file SelfCwiseBinaryOp.h.
Index SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::innerStride | ( | ) | const [inline] |
Definition at line 73 of file SelfCwiseBinaryOp.h.
EIGEN_STRONG_INLINE SelfCwiseBinaryOp& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::lazyAssign | ( | const DenseBase< RhsDerived > & | rhs | ) | [inline] |
Definition at line 141 of file SelfCwiseBinaryOp.h.
SelfCwiseBinaryOp& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::operator= | ( | const Rhs & | _rhs | ) | [inline] |
Definition at line 160 of file SelfCwiseBinaryOp.h.
SelfCwiseBinaryOp& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::operator= | ( | const SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs > & | ) | [private] |
Index SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::outerStride | ( | ) | const [inline] |
Definition at line 72 of file SelfCwiseBinaryOp.h.
Index SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::rows | ( | void | ) | const [inline] |
Definition at line 70 of file SelfCwiseBinaryOp.h.
const BinaryOp& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_functor [protected] |
Definition at line 168 of file SelfCwiseBinaryOp.h.
Lhs& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix [protected] |
Definition at line 167 of file SelfCwiseBinaryOp.h.