#include <SkylineProduct.h>
Public Member Functions | |
EIGEN_STRONG_INLINE Index | cols () const |
const EIGEN_STRONG_INLINE _LhsNested & | lhs () const |
const EIGEN_STRONG_INLINE _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 62 of file SkylineProduct.h.
|
private |
Definition at line 70 of file SkylineProduct.h.
|
private |
Definition at line 71 of file SkylineProduct.h.
|
inline |
Definition at line 76 of file SkylineProduct.h.
|
inline |
Definition at line 101 of file SkylineProduct.h.
|
inline |
Definition at line 105 of file SkylineProduct.h.
|
inline |
Definition at line 109 of file SkylineProduct.h.
|
inline |
Definition at line 97 of file SkylineProduct.h.
|
protected |
Definition at line 114 of file SkylineProduct.h.
|
protected |
Definition at line 115 of file SkylineProduct.h.