#include <SparseDenseProduct.h>
Public Member Functions | |
Index | col () const |
EIGEN_STRONG_INLINE | InnerIterator (const SparseDenseOuterProduct &prod, Index outer) |
Index | outer () const |
Index | row () const |
Scalar | value () const |
Protected Attributes | |
Scalar | m_factor |
int | m_outer |
Private Types | |
typedef _LhsNested::InnerIterator | Base |
Definition at line 111 of file SparseDenseProduct.h.
typedef _LhsNested::InnerIterator Eigen::SparseDenseOuterProduct< Lhs, Rhs, Tr >::InnerIterator::Base [private] |
Definition at line 113 of file SparseDenseProduct.h.
EIGEN_STRONG_INLINE Eigen::SparseDenseOuterProduct< Lhs, Rhs, Tr >::InnerIterator::InnerIterator | ( | const SparseDenseOuterProduct & | prod, |
Index | outer | ||
) | [inline] |
Definition at line 115 of file SparseDenseProduct.h.
Index Eigen::SparseDenseOuterProduct< Lhs, Rhs, Tr >::InnerIterator::col | ( | ) | const [inline] |
Definition at line 122 of file SparseDenseProduct.h.
Index Eigen::SparseDenseOuterProduct< Lhs, Rhs, Tr >::InnerIterator::outer | ( | ) | const [inline] |
Definition at line 120 of file SparseDenseProduct.h.
Index Eigen::SparseDenseOuterProduct< Lhs, Rhs, Tr >::InnerIterator::row | ( | ) | const [inline] |
Definition at line 121 of file SparseDenseProduct.h.
Scalar Eigen::SparseDenseOuterProduct< Lhs, Rhs, Tr >::InnerIterator::value | ( | ) | const [inline] |
Definition at line 124 of file SparseDenseProduct.h.
Scalar Eigen::SparseDenseOuterProduct< Lhs, Rhs, Tr >::InnerIterator::m_factor [protected] |
Definition at line 128 of file SparseDenseProduct.h.
int Eigen::SparseDenseOuterProduct< Lhs, Rhs, Tr >::InnerIterator::m_outer [protected] |
Definition at line 127 of file SparseDenseProduct.h.