TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode > Class Template Reference

#include <SkylineProduct.h>

Inheritance diagram for Eigen::internal::SkylineProduct< LhsNested, RhsNested, ProductMode >:
Eigen::internal::no_assignment_operator

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
 

Constructor & Destructor Documentation

◆ SkylineProduct()

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

Member Function Documentation

◆ cols()

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

◆ lhs()

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

◆ rhs()

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

◆ rows()

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

Member Data Documentation

◆ m_lhs

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

◆ m_rhs

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

The documentation for this class was generated from the following file: