Public Types | Public Member Functions | Protected Attributes | Private Types
SparseSparseProduct< LhsNested, RhsNested > Class Template Reference

#include <SparseProduct.h>

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

List of all members.

Public Types

typedef SparseMatrixBase
< SparseSparseProduct
Base

Public Member Functions

EIGEN_STRONG_INLINE Index cols () const
EIGEN_STRONG_INLINE const
_LhsNested
lhs () const
EIGEN_STRONG_INLINE const
_RhsNested
rhs () const
EIGEN_STRONG_INLINE Index rows () const
template<typename Lhs , typename Rhs >
EIGEN_STRONG_INLINE SparseSparseProduct (const Lhs &lhs, const Rhs &rhs)

Protected Attributes

LhsNested m_lhs
RhsNested m_rhs

Private Types

typedef internal::traits
< SparseSparseProduct >
::_LhsNested 
_LhsNested
typedef internal::traits
< SparseSparseProduct >
::_RhsNested 
_RhsNested

Detailed Description

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

Definition at line 92 of file SparseProduct.h.


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]

Definition at line 108 of file SparseProduct.h.


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.

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

Definition at line 134 of file SparseProduct.h.

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.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:25