Public Member Functions | |
| EIGEN_STRONG_INLINE | sparse_cwise_binary_op_inner_iterator_selector (const CwiseBinaryXpr &xpr, Index outer) |
| EIGEN_STRONG_INLINE Derived & | operator++ () |
| EIGEN_STRONG_INLINE Scalar | value () const |
| EIGEN_STRONG_INLINE Index | index () const |
| EIGEN_STRONG_INLINE Index | row () const |
| EIGEN_STRONG_INLINE Index | col () const |
| EIGEN_STRONG_INLINE | operator bool () const |
Protected Attributes | |
| LhsIterator | m_lhsIter |
| RhsIterator | m_rhsIter |
| const BinaryFunc & | m_functor |
Private Types | |
| typedef scalar_product_op< T > | BinaryFunc |
| typedef CwiseBinaryOp < BinaryFunc, Lhs, Rhs > | CwiseBinaryXpr |
| typedef CwiseBinaryXpr::Scalar | Scalar |
| typedef traits< CwiseBinaryXpr > ::_LhsNested | _LhsNested |
| typedef _LhsNested::InnerIterator | LhsIterator |
| typedef traits< CwiseBinaryXpr > ::_RhsNested | _RhsNested |
| typedef _RhsNested::InnerIterator | RhsIterator |
| typedef Lhs::Index | Index |
typedef traits<CwiseBinaryXpr>::_LhsNested Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::_LhsNested [private] |
typedef traits<CwiseBinaryXpr>::_RhsNested Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::_RhsNested [private] |
typedef scalar_product_op<T> Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::BinaryFunc [private] |
typedef CwiseBinaryOp<BinaryFunc, Lhs, Rhs> Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::CwiseBinaryXpr [private] |
typedef Lhs::Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::Index [private] |
typedef _LhsNested::InnerIterator Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::LhsIterator [private] |
typedef _RhsNested::InnerIterator Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::RhsIterator [private] |
typedef CwiseBinaryXpr::Scalar Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::Scalar [private] |
| EIGEN_STRONG_INLINE Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::sparse_cwise_binary_op_inner_iterator_selector | ( | const CwiseBinaryXpr & | xpr, |
| Index | outer | ||
| ) | [inline] |
| EIGEN_STRONG_INLINE Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::col | ( | ) | const [inline] |
| EIGEN_STRONG_INLINE Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::index | ( | ) | const [inline] |
| EIGEN_STRONG_INLINE Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::operator bool | ( | void | ) | const [inline] |
| EIGEN_STRONG_INLINE Derived& Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::operator++ | ( | ) | [inline] |
| EIGEN_STRONG_INLINE Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::row | ( | ) | const [inline] |
| EIGEN_STRONG_INLINE Scalar Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::value | ( | void | ) | const [inline] |
const BinaryFunc& Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::m_functor [protected] |
LhsIterator Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::m_lhsIter [protected] |
RhsIterator Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Sparse >::m_rhsIter [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |