Public Types | |
| typedef internal::dense_xpr_base < SelfCwiseBinaryOp >::type | Base |
| typedef internal::packet_traits < Scalar >::type | Packet |
Public Member Functions | |
| 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 |
Protected Attributes | |
| Lhs & | m_matrix |
| const BinaryOp & | m_functor |
Private Member Functions | |
| SelfCwiseBinaryOp & | operator= (const SelfCwiseBinaryOp &) |
| typedef internal::packet_traits<Scalar>::type Eigen::SelfCwiseBinaryOp::Packet |
| Eigen::SelfCwiseBinaryOp::SelfCwiseBinaryOp | ( | Lhs & | xpr, |
| const BinaryOp & | func = BinaryOp() |
||
| ) | [inline] |
| Scalar& Eigen::SelfCwiseBinaryOp::coeffRef | ( | Index | row, |
| Index | col | ||
| ) | [inline] |
| const Scalar& Eigen::SelfCwiseBinaryOp::coeffRef | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| Scalar& Eigen::SelfCwiseBinaryOp::coeffRef | ( | Index | index | ) | [inline] |
| const Scalar& Eigen::SelfCwiseBinaryOp::coeffRef | ( | Index | index | ) | const [inline] |
| void Eigen::SelfCwiseBinaryOp::copyCoeff | ( | Index | row, |
| Index | col, | ||
| const DenseBase< OtherDerived > & | other | ||
| ) | [inline] |
| void Eigen::SelfCwiseBinaryOp::copyCoeff | ( | Index | index, |
| const DenseBase< OtherDerived > & | other | ||
| ) | [inline] |
| void Eigen::SelfCwiseBinaryOp::copyPacket | ( | Index | row, |
| Index | col, | ||
| const DenseBase< OtherDerived > & | other | ||
| ) | [inline] |
| void Eigen::SelfCwiseBinaryOp::copyPacket | ( | Index | index, |
| const DenseBase< OtherDerived > & | other | ||
| ) | [inline] |
| const BinaryOp& Eigen::SelfCwiseBinaryOp::functor | ( | ) | const [inline] |
| EIGEN_STRONG_INLINE SelfCwiseBinaryOp& Eigen::SelfCwiseBinaryOp::lazyAssign | ( | const DenseBase< RhsDerived > & | rhs | ) | [inline] |
| SelfCwiseBinaryOp& Eigen::SelfCwiseBinaryOp::operator= | ( | const Rhs & | _rhs | ) | [inline] |
| SelfCwiseBinaryOp& Eigen::SelfCwiseBinaryOp::operator= | ( | const SelfCwiseBinaryOp & | ) | [private] |
const BinaryOp& Eigen::SelfCwiseBinaryOp::m_functor [protected] |
Lhs& Eigen::SelfCwiseBinaryOp::m_matrix [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |