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 > |
| 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 |
template<typename BinaryOp, typename Lhs, typename Rhs>
class Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
| Index cols |
( |
void |
| ) |
const [inline] |
| void copyCoeff |
( |
Index |
index, |
|
|
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] |
| Index outerStride |
( |
| ) |
const [inline] |
| Index rows |
( |
void |
| ) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: