|
TR-mbed 1.0
|
#include <SkylineProduct.h>
Public Member Functions | |
| template<typename Lhs , typename Rhs > | |
| EIGEN_STRONG_INLINE | SkylineProduct (const Lhs &lhs, const Rhs &rhs) |
| 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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |