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 | |
| const RhsNested | m_rhs |
| LhsIterator | m_lhsIter |
| const BinaryFunc | m_functor |
| const Index | m_outer |
Private Types | |
| enum | { IsRowMajor = (int(Lhs::Flags)&RowMajorBit)==RowMajorBit } |
| typedef scalar_product_op< T > | BinaryFunc |
| typedef CwiseBinaryOp < BinaryFunc, Lhs, Rhs > | CwiseBinaryXpr |
| typedef CwiseBinaryXpr::Scalar | Scalar |
| typedef traits< CwiseBinaryXpr > ::_LhsNested | _LhsNested |
| typedef traits< CwiseBinaryXpr > ::RhsNested | RhsNested |
| typedef _LhsNested::InnerIterator | LhsIterator |
| 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, Dense >::_LhsNested [private] |
typedef scalar_product_op<T> Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::BinaryFunc [private] |
typedef CwiseBinaryOp<BinaryFunc, Lhs, Rhs> Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::CwiseBinaryXpr [private] |
typedef Lhs::Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::Index [private] |
typedef _LhsNested::InnerIterator Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::LhsIterator [private] |
typedef traits<CwiseBinaryXpr>::RhsNested Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::RhsNested [private] |
typedef CwiseBinaryXpr::Scalar Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::Scalar [private] |
| EIGEN_STRONG_INLINE Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::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, Dense >::col | ( | ) | const [inline] |
| EIGEN_STRONG_INLINE Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::index | ( | ) | const [inline] |
| EIGEN_STRONG_INLINE Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::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, Dense >::operator++ | ( | ) | [inline] |
| EIGEN_STRONG_INLINE Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::row | ( | ) | const [inline] |
| EIGEN_STRONG_INLINE Scalar Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::value | ( | void | ) | const [inline] |
const BinaryFunc Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::m_functor [protected] |
LhsIterator Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::m_lhsIter [protected] |
const Index Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector< scalar_product_op< T >, Lhs, Rhs, Derived, Sparse, Dense >::m_outer [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |