#include <SparseProduct.h>
Public Member Functions | |
EIGEN_STRONG_INLINE int | cols () const |
EIGEN_STRONG_INLINE const _LhsNested & | lhs () const |
EIGEN_STRONG_INLINE const _RhsNested & | rhs () const |
EIGEN_STRONG_INLINE int | rows () const |
template<typename Lhs , typename Rhs > | |
EIGEN_STRONG_INLINE | SparseProduct (const Lhs &lhs, const Rhs &rhs) |
Protected Attributes | |
LhsNested | m_lhs |
RhsNested | m_rhs |
Private Types | |
typedef ei_traits < SparseProduct >::_LhsNested | _LhsNested |
typedef ei_traits < SparseProduct >::_RhsNested | _RhsNested |
Definition at line 126 of file SparseProduct.h.
typedef ei_traits<SparseProduct>::_LhsNested SparseProduct< LhsNested, RhsNested, ProductMode >::_LhsNested [private] |
Definition at line 135 of file SparseProduct.h.
typedef ei_traits<SparseProduct>::_RhsNested SparseProduct< LhsNested, RhsNested, ProductMode >::_RhsNested [private] |
Definition at line 136 of file SparseProduct.h.
EIGEN_STRONG_INLINE SparseProduct< LhsNested, RhsNested, ProductMode >::SparseProduct | ( | const Lhs & | lhs, | |
const Rhs & | rhs | |||
) | [inline] |
Definition at line 141 of file SparseProduct.h.
EIGEN_STRONG_INLINE int SparseProduct< LhsNested, RhsNested, ProductMode >::cols | ( | void | ) | const [inline] |
Definition at line 164 of file SparseProduct.h.
EIGEN_STRONG_INLINE const _LhsNested& SparseProduct< LhsNested, RhsNested, ProductMode >::lhs | ( | ) | const [inline] |
Definition at line 166 of file SparseProduct.h.
EIGEN_STRONG_INLINE const _RhsNested& SparseProduct< LhsNested, RhsNested, ProductMode >::rhs | ( | ) | const [inline] |
Definition at line 167 of file SparseProduct.h.
EIGEN_STRONG_INLINE int SparseProduct< LhsNested, RhsNested, ProductMode >::rows | ( | void | ) | const [inline] |
Definition at line 163 of file SparseProduct.h.
LhsNested SparseProduct< LhsNested, RhsNested, ProductMode >::m_lhs [protected] |
Definition at line 170 of file SparseProduct.h.
RhsNested SparseProduct< LhsNested, RhsNested, ProductMode >::m_rhs [protected] |
Definition at line 171 of file SparseProduct.h.