#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 |
| Lhs & | expression () const |
| const BinaryOp & | functor () 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 45 of file SelfCwiseBinaryOp.h.
| typedef internal::dense_xpr_base<SelfCwiseBinaryOp>::type Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::Base |
Definition at line 50 of file SelfCwiseBinaryOp.h.
| typedef internal::packet_traits<Scalar>::type Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::Packet |
Definition at line 53 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 55 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 65 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 70 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 77 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 82 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 58 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 88 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 98 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 107 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 117 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 61 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 153 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 158 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 60 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 128 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 147 of file SelfCwiseBinaryOp.h.
|
private |
|
inline |
Definition at line 59 of file SelfCwiseBinaryOp.h.
|
inline |
Definition at line 57 of file SelfCwiseBinaryOp.h.
|
protected |
Definition at line 165 of file SelfCwiseBinaryOp.h.
|
protected |
Definition at line 164 of file SelfCwiseBinaryOp.h.