#include <SparseProduct.h>
Public Types | |
typedef SparseMatrixBase < SparseSparseProduct > | Base |
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 |
template<typename Lhs , typename Rhs > | |
EIGEN_STRONG_INLINE | SparseSparseProduct (const Lhs &lhs, const Rhs &rhs) |
Protected Attributes | |
LhsNested | m_lhs |
RhsNested | m_rhs |
Private Types | |
typedef internal::traits < SparseSparseProduct > ::_LhsNested | _LhsNested |
typedef internal::traits < SparseSparseProduct > ::_RhsNested | _RhsNested |
Definition at line 92 of file SparseProduct.h.
typedef internal::traits<SparseSparseProduct>::_LhsNested SparseSparseProduct< LhsNested, RhsNested >::_LhsNested [private] |
Definition at line 102 of file SparseProduct.h.
typedef internal::traits<SparseSparseProduct>::_RhsNested SparseSparseProduct< LhsNested, RhsNested >::_RhsNested [private] |
Definition at line 103 of file SparseProduct.h.
typedef SparseMatrixBase<SparseSparseProduct> SparseSparseProduct< LhsNested, RhsNested >::Base |
Reimplemented from SparseMatrixBase< SparseSparseProduct< LhsNested, RhsNested > >.
Definition at line 97 of file SparseProduct.h.
EIGEN_STRONG_INLINE SparseSparseProduct< LhsNested, RhsNested >::SparseSparseProduct | ( | const Lhs & | lhs, |
const Rhs & | rhs | ||
) | [inline] |
Definition at line 108 of file SparseProduct.h.
EIGEN_STRONG_INLINE Index SparseSparseProduct< LhsNested, RhsNested >::cols | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseSparseProduct< LhsNested, RhsNested > >.
Definition at line 131 of file SparseProduct.h.
EIGEN_STRONG_INLINE const _LhsNested& SparseSparseProduct< LhsNested, RhsNested >::lhs | ( | ) | const [inline] |
Definition at line 133 of file SparseProduct.h.
EIGEN_STRONG_INLINE const _RhsNested& SparseSparseProduct< LhsNested, RhsNested >::rhs | ( | ) | const [inline] |
Definition at line 134 of file SparseProduct.h.
EIGEN_STRONG_INLINE Index SparseSparseProduct< LhsNested, RhsNested >::rows | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseSparseProduct< LhsNested, RhsNested > >.
Definition at line 130 of file SparseProduct.h.
LhsNested SparseSparseProduct< LhsNested, RhsNested >::m_lhs [protected] |
Definition at line 137 of file SparseProduct.h.
RhsNested SparseSparseProduct< LhsNested, RhsNested >::m_rhs [protected] |
Definition at line 138 of file SparseProduct.h.