Definition at line 58 of file SelfCwiseBinaryOp.h.
#include <src/Core/SelfCwiseBinaryOp.h>
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) |
Protected Attributes | |
Lhs & | m_matrix |
const BinaryOp & | m_functor |
Private Member Functions | |
SelfCwiseBinaryOp & | operator= (const SelfCwiseBinaryOp &) |
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.
References EIGEN_STATIC_ASSERT_LVALUE, and SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix.
Scalar& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef | ( | Index | index | ) | [inline] |
Definition at line 90 of file SelfCwiseBinaryOp.h.
References EIGEN_STATIC_ASSERT_LVALUE, and SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix.
const Scalar& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef | ( | Index | index | ) | const [inline] |
Definition at line 95 of file SelfCwiseBinaryOp.h.
References SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix.
const Scalar& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef | ( | Index | row, |
Index | col | ||
) | const [inline] |
Definition at line 83 of file SelfCwiseBinaryOp.h.
References SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix.
Index SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::cols | ( | void | ) | const [inline] |
Definition at line 71 of file SelfCwiseBinaryOp.h.
References SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix.
Referenced by SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyCoeff(), SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyPacket(), and SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::lazyAssign().
void SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyCoeff | ( | Index | row, |
Index | col, | ||
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
void SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyCoeff | ( | Index | index, |
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
Definition at line 111 of file SelfCwiseBinaryOp.h.
References eigen_internal_assert, SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_functor, and SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix.
void SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyPacket | ( | Index | index, |
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
Definition at line 130 of file SelfCwiseBinaryOp.h.
References eigen_internal_assert, SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_functor, and SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix.
void SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyPacket | ( | Index | row, |
Index | col, | ||
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
Definition at line 120 of file SelfCwiseBinaryOp.h.
References col(), SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::cols(), eigen_internal_assert, SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_functor, SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix, row(), and SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::rows().
const Scalar* SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::data | ( | ) | const [inline] |
Definition at line 74 of file SelfCwiseBinaryOp.h.
References SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix.
Index SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::innerStride | ( | ) | const [inline] |
Definition at line 73 of file SelfCwiseBinaryOp.h.
References SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix.
EIGEN_STRONG_INLINE SelfCwiseBinaryOp& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::lazyAssign | ( | const DenseBase< RhsDerived > & | rhs | ) | [inline] |
Definition at line 141 of file SelfCwiseBinaryOp.h.
References SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::cols(), eigen_assert, EIGEN_CHECK_BINARY_COMPATIBILIY, EIGEN_STATIC_ASSERT_SAME_MATRIX_SIZE, and SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::rows().
SelfCwiseBinaryOp& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::operator= | ( | const SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs > & | ) | [private] |
SelfCwiseBinaryOp& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::operator= | ( | const Rhs & | _rhs | ) | [inline] |
Definition at line 160 of file SelfCwiseBinaryOp.h.
Index SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::outerStride | ( | ) | const [inline] |
Definition at line 72 of file SelfCwiseBinaryOp.h.
References SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix.
Index SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::rows | ( | void | ) | const [inline] |
Definition at line 70 of file SelfCwiseBinaryOp.h.
References SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix.
Referenced by SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyCoeff(), SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyPacket(), and SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::lazyAssign().
const BinaryOp& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_functor [protected] |
Definition at line 168 of file SelfCwiseBinaryOp.h.
Referenced by SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyCoeff(), and SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyPacket().
Lhs& SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::m_matrix [protected] |
Definition at line 167 of file SelfCwiseBinaryOp.h.
Referenced by SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::coeffRef(), SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::cols(), SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyCoeff(), SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::copyPacket(), SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::data(), SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::innerStride(), SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::outerStride(), and SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs >::rows().
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |