Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Protected Attributes | Private Types
Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode > Class Template Reference

Detailed Description

template<typename LhsNested, typename RhsNested, int ProductMode>
class Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode >

Definition at line 76 of file Skyline.

Inheritance diagram for Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode >:
Inheritance graph
[legend]

List of all members.

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

Private Types

typedef traits< SkylineProduct >
::_LhsNested 
_LhsNested
typedef traits< SkylineProduct >
::_RhsNested 
_RhsNested

Member Typedef Documentation

template<typename LhsNested , typename RhsNested , int ProductMode>
typedef traits<SkylineProduct>::_LhsNested Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::_LhsNested [private]

Definition at line 84 of file Skyline.

template<typename LhsNested , typename RhsNested , int ProductMode>
typedef traits<SkylineProduct>::_RhsNested Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::_RhsNested [private]

Definition at line 85 of file Skyline.


Constructor & Destructor Documentation

template<typename LhsNested , typename RhsNested , int ProductMode>
template<typename Lhs , typename Rhs >
EIGEN_STRONG_INLINE Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::SkylineProduct ( const Lhs &  lhs,
const Rhs &  rhs 
) [inline]

Definition at line 90 of file Skyline.


Member Function Documentation

template<typename LhsNested , typename RhsNested , int ProductMode>
EIGEN_STRONG_INLINE Index Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::cols ( void  ) const [inline]

Definition at line 115 of file Skyline.

template<typename LhsNested , typename RhsNested , int ProductMode>
EIGEN_STRONG_INLINE const _LhsNested& Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::lhs ( ) const [inline]

Definition at line 119 of file Skyline.

template<typename LhsNested , typename RhsNested , int ProductMode>
EIGEN_STRONG_INLINE const _RhsNested& Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::rhs ( ) const [inline]

Definition at line 123 of file Skyline.

template<typename LhsNested , typename RhsNested , int ProductMode>
EIGEN_STRONG_INLINE Index Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::rows ( void  ) const [inline]

Definition at line 111 of file Skyline.


Member Data Documentation

template<typename LhsNested , typename RhsNested , int ProductMode>
LhsNested Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::m_lhs [protected]

Definition at line 128 of file Skyline.

template<typename LhsNested , typename RhsNested , int ProductMode>
RhsNested Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode >::m_rhs [protected]

Definition at line 129 of file Skyline.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo