Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes | Private Types

SparseSparseProduct< LhsNested, RhsNested > Class Template Reference


Detailed Description

template<typename LhsNested, typename RhsNested>
class SparseSparseProduct< LhsNested, RhsNested >

Definition at line 92 of file SparseProduct.h.

#include <src/Sparse/SparseProduct.h>

Inheritance diagram for SparseSparseProduct< LhsNested, RhsNested >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef SparseMatrixBase
< SparseSparseProduct
Base

Public Member Functions

template<typename Lhs , typename Rhs >
EIGEN_STRONG_INLINE SparseSparseProduct (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 internal::traits
< SparseSparseProduct >
::_LhsNested 
_LhsNested
typedef internal::traits
< SparseSparseProduct >
::_RhsNested 
_RhsNested

Member Typedef Documentation

template<typename LhsNested, typename RhsNested>
typedef internal::traits<SparseSparseProduct>::_LhsNested SparseSparseProduct< LhsNested, RhsNested >::_LhsNested [private]

Definition at line 102 of file SparseProduct.h.

template<typename LhsNested, typename RhsNested>
typedef internal::traits<SparseSparseProduct>::_RhsNested SparseSparseProduct< LhsNested, RhsNested >::_RhsNested [private]

Definition at line 103 of file SparseProduct.h.

template<typename LhsNested, typename RhsNested>
typedef SparseMatrixBase<SparseSparseProduct> SparseSparseProduct< LhsNested, RhsNested >::Base

Constructor & Destructor Documentation

template<typename LhsNested, typename RhsNested>
template<typename Lhs , typename Rhs >
EIGEN_STRONG_INLINE SparseSparseProduct< LhsNested, RhsNested >::SparseSparseProduct ( const Lhs &  lhs,
const Rhs &  rhs 
) [inline]

Member Function Documentation

template<typename LhsNested, typename RhsNested>
EIGEN_STRONG_INLINE Index SparseSparseProduct< LhsNested, RhsNested >::cols ( void  ) const [inline]
Returns:
the number of columns.
See also:
rows(), ColsAtCompileTime

Reimplemented from SparseMatrixBase< SparseSparseProduct< LhsNested, RhsNested > >.

Definition at line 131 of file SparseProduct.h.

template<typename LhsNested, typename RhsNested>
EIGEN_STRONG_INLINE const _LhsNested& SparseSparseProduct< LhsNested, RhsNested >::lhs ( ) const [inline]

Definition at line 133 of file SparseProduct.h.

Referenced by SparseMatrixBase< Derived >::operator=().

template<typename LhsNested, typename RhsNested>
EIGEN_STRONG_INLINE const _RhsNested& SparseSparseProduct< LhsNested, RhsNested >::rhs ( ) const [inline]

Definition at line 134 of file SparseProduct.h.

Referenced by SparseMatrixBase< Derived >::operator=().

template<typename LhsNested, typename RhsNested>
EIGEN_STRONG_INLINE Index SparseSparseProduct< LhsNested, RhsNested >::rows ( void  ) const [inline]
Returns:
the number of rows.
See also:
cols(), RowsAtCompileTime

Reimplemented from SparseMatrixBase< SparseSparseProduct< LhsNested, RhsNested > >.

Definition at line 130 of file SparseProduct.h.


Member Data Documentation

template<typename LhsNested, typename RhsNested>
LhsNested SparseSparseProduct< LhsNested, RhsNested >::m_lhs [protected]

Definition at line 137 of file SparseProduct.h.

template<typename LhsNested, typename RhsNested>
RhsNested SparseSparseProduct< LhsNested, RhsNested >::m_rhs [protected]

Definition at line 138 of file SparseProduct.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011