#include <SkylineProduct.h>
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 | SkylineProduct (const Lhs &lhs, const Rhs &rhs) |
Protected Attributes | |
LhsNested | m_lhs |
RhsNested | m_rhs |
Private Types | |
typedef traits< SkylineProduct > ::_LhsNested | _LhsNested |
typedef traits< SkylineProduct > ::_RhsNested | _RhsNested |
Definition at line 75 of file SkylineProduct.h.
typedef traits<SkylineProduct>::_LhsNested internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::_LhsNested [private] |
Definition at line 83 of file SkylineProduct.h.
typedef traits<SkylineProduct>::_RhsNested internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::_RhsNested [private] |
Definition at line 84 of file SkylineProduct.h.
EIGEN_STRONG_INLINE internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::SkylineProduct | ( | const Lhs & | lhs, |
const Rhs & | rhs | ||
) | [inline] |
Definition at line 89 of file SkylineProduct.h.
EIGEN_STRONG_INLINE Index internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::cols | ( | void | ) | const [inline] |
Definition at line 114 of file SkylineProduct.h.
EIGEN_STRONG_INLINE const _LhsNested& internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::lhs | ( | ) | const [inline] |
Definition at line 118 of file SkylineProduct.h.
EIGEN_STRONG_INLINE const _RhsNested& internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::rhs | ( | ) | const [inline] |
Definition at line 122 of file SkylineProduct.h.
EIGEN_STRONG_INLINE Index internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::rows | ( | void | ) | const [inline] |
Definition at line 110 of file SkylineProduct.h.
LhsNested internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::m_lhs [protected] |
Definition at line 127 of file SkylineProduct.h.
RhsNested internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::m_rhs [protected] |
Definition at line 128 of file SkylineProduct.h.