#include <SparseDenseProduct.h>

Classes | |
| class | InnerIterator |
Public Types | |
| typedef SparseMatrixBase < SparseDenseOuterProduct > | Base |
| typedef internal::traits < SparseDenseOuterProduct > | Traits |
Public Member Functions | |
| EIGEN_STRONG_INLINE Index | cols () const |
| EIGEN_STRONG_INLINE const _LhsNested & | lhs () const |
| EIGEN_STRONG_INLINE const _RhsNested & | rhs () const |
| EIGEN_STRONG_INLINE Index | rows () const |
| EIGEN_STRONG_INLINE | SparseDenseOuterProduct (const Lhs &lhs, const Rhs &rhs) |
| EIGEN_STRONG_INLINE | SparseDenseOuterProduct (const Rhs &rhs, const Lhs &lhs) |
Protected Attributes | |
| LhsNested | m_lhs |
| RhsNested | m_rhs |
Private Types | |
| typedef Traits::_LhsNested | _LhsNested |
| typedef Traits::_RhsNested | _RhsNested |
| typedef Traits::LhsNested | LhsNested |
| typedef Traits::RhsNested | RhsNested |
Definition at line 80 of file SparseDenseProduct.h.
typedef Traits::_LhsNested SparseDenseOuterProduct< Lhs, Rhs, Tr >::_LhsNested [private] |
Definition at line 93 of file SparseDenseProduct.h.
typedef Traits::_RhsNested SparseDenseOuterProduct< Lhs, Rhs, Tr >::_RhsNested [private] |
Definition at line 94 of file SparseDenseProduct.h.
| typedef SparseMatrixBase<SparseDenseOuterProduct> SparseDenseOuterProduct< Lhs, Rhs, Tr >::Base |
Reimplemented from SparseMatrixBase< SparseDenseOuterProduct< Lhs, Rhs, Tr > >.
Definition at line 85 of file SparseDenseProduct.h.
typedef Traits::LhsNested SparseDenseOuterProduct< Lhs, Rhs, Tr >::LhsNested [private] |
Definition at line 91 of file SparseDenseProduct.h.
typedef Traits::RhsNested SparseDenseOuterProduct< Lhs, Rhs, Tr >::RhsNested [private] |
Definition at line 92 of file SparseDenseProduct.h.
| typedef internal::traits<SparseDenseOuterProduct> SparseDenseOuterProduct< Lhs, Rhs, Tr >::Traits |
Definition at line 87 of file SparseDenseProduct.h.
| EIGEN_STRONG_INLINE SparseDenseOuterProduct< Lhs, Rhs, Tr >::SparseDenseOuterProduct | ( | const Lhs & | lhs, |
| const Rhs & | rhs | ||
| ) | [inline] |
Definition at line 100 of file SparseDenseProduct.h.
| EIGEN_STRONG_INLINE SparseDenseOuterProduct< Lhs, Rhs, Tr >::SparseDenseOuterProduct | ( | const Rhs & | rhs, |
| const Lhs & | lhs | ||
| ) | [inline] |
Definition at line 106 of file SparseDenseProduct.h.
| EIGEN_STRONG_INLINE Index SparseDenseOuterProduct< Lhs, Rhs, Tr >::cols | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseDenseOuterProduct< Lhs, Rhs, Tr > >.
Definition at line 113 of file SparseDenseProduct.h.
| EIGEN_STRONG_INLINE const _LhsNested& SparseDenseOuterProduct< Lhs, Rhs, Tr >::lhs | ( | ) | const [inline] |
Definition at line 115 of file SparseDenseProduct.h.
| EIGEN_STRONG_INLINE const _RhsNested& SparseDenseOuterProduct< Lhs, Rhs, Tr >::rhs | ( | ) | const [inline] |
Definition at line 116 of file SparseDenseProduct.h.
| EIGEN_STRONG_INLINE Index SparseDenseOuterProduct< Lhs, Rhs, Tr >::rows | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseDenseOuterProduct< Lhs, Rhs, Tr > >.
Definition at line 112 of file SparseDenseProduct.h.
LhsNested SparseDenseOuterProduct< Lhs, Rhs, Tr >::m_lhs [protected] |
Definition at line 119 of file SparseDenseProduct.h.
RhsNested SparseDenseOuterProduct< Lhs, Rhs, Tr >::m_rhs [protected] |
Definition at line 120 of file SparseDenseProduct.h.