#include <SparseDenseProduct.h>
Classes | |
class | InnerIterator |
Public Types | |
typedef SparseMatrixBase < SparseDenseOuterProduct > | Base |
typedef internal::traits < SparseDenseOuterProduct > | Traits |
Public Member Functions | |
EIGEN_STRONG_INLINE | SparseDenseOuterProduct (const Lhs &lhs, const Rhs &rhs) |
EIGEN_STRONG_INLINE | SparseDenseOuterProduct (const Rhs &rhs, const Lhs &lhs) |
EIGEN_STRONG_INLINE Index | rows () const |
EIGEN_STRONG_INLINE Index | cols () const |
EIGEN_STRONG_INLINE const _LhsNested & | lhs () const |
EIGEN_STRONG_INLINE const _RhsNested & | rhs () const |
Protected Attributes | |
LhsNested | m_lhs |
RhsNested | m_rhs |
typedef SparseMatrixBase<SparseDenseOuterProduct> SparseDenseOuterProduct< Lhs, Rhs, Tr >::Base |
Reimplemented from SparseMatrixBase< SparseDenseOuterProduct< Lhs, Rhs, Tr > >.
typedef internal::traits<SparseDenseOuterProduct> SparseDenseOuterProduct< Lhs, Rhs, Tr >::Traits |
EIGEN_STRONG_INLINE SparseDenseOuterProduct< Lhs, Rhs, Tr >::SparseDenseOuterProduct | ( | const Lhs & | lhs, | |
const Rhs & | rhs | |||
) | [inline] |
EIGEN_STRONG_INLINE SparseDenseOuterProduct< Lhs, Rhs, Tr >::SparseDenseOuterProduct | ( | const Rhs & | rhs, | |
const Lhs & | lhs | |||
) | [inline] |
EIGEN_STRONG_INLINE Index SparseDenseOuterProduct< Lhs, Rhs, Tr >::cols | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseDenseOuterProduct< Lhs, Rhs, Tr > >.
EIGEN_STRONG_INLINE const _LhsNested& SparseDenseOuterProduct< Lhs, Rhs, Tr >::lhs | ( | ) | const [inline] |
EIGEN_STRONG_INLINE const _RhsNested& SparseDenseOuterProduct< Lhs, Rhs, Tr >::rhs | ( | ) | const [inline] |
EIGEN_STRONG_INLINE Index SparseDenseOuterProduct< Lhs, Rhs, Tr >::rows | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseDenseOuterProduct< Lhs, Rhs, Tr > >.
LhsNested SparseDenseOuterProduct< Lhs, Rhs, Tr >::m_lhs [protected] |
RhsNested SparseDenseOuterProduct< Lhs, Rhs, Tr >::m_rhs [protected] |