|
| SelfCwiseBinaryOp (Lhs &xpr, const BinaryOp &func=BinaryOp()) |
|
Index | rows () const |
|
Index | cols () const |
|
Index | outerStride () const |
|
Index | innerStride () const |
|
const Scalar * | data () const |
|
Scalar & | coeffRef (Index row, Index col) |
|
const Scalar & | coeffRef (Index row, Index col) const |
|
Scalar & | coeffRef (Index index) |
|
const Scalar & | coeffRef (Index index) 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) |
|
template<typename RhsDerived > |
EIGEN_STRONG_INLINE SelfCwiseBinaryOp & | lazyAssign (const DenseBase< RhsDerived > &rhs) |
|
SelfCwiseBinaryOp & | operator= (const Rhs &_rhs) |
|
Lhs & | expression () const |
|
const BinaryOp & | functor () const |
|
|
Lhs & | m_matrix |
|
const BinaryOp & | m_functor |
|
template<typename BinaryOp, typename Lhs, typename Rhs>
class Eigen::SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >
Definition at line 45 of file SelfCwiseBinaryOp.h.
The documentation for this class was generated from the following file: