Public Types | Public Member Functions | Protected Attributes

SparseSparseProduct< LhsNested, RhsNested > Class Template Reference

#include <SparseProduct.h>

Inheritance diagram for SparseSparseProduct< LhsNested, RhsNested >:
internal::no_assignment_operator SparseMatrixBase< SparseSparseProduct< LhsNested, RhsNested > > EigenBase< SparseSparseProduct< LhsNested, RhsNested > >

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

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


Member Typedef Documentation

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 > >.

template<typename LhsNested, typename RhsNested>
EIGEN_STRONG_INLINE const _LhsNested& SparseSparseProduct< LhsNested, RhsNested >::lhs (  )  const [inline]
template<typename LhsNested, typename RhsNested>
EIGEN_STRONG_INLINE const _RhsNested& SparseSparseProduct< LhsNested, RhsNested >::rhs (  )  const [inline]
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 > >.


Member Data Documentation

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

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