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

#include <SparseProduct.h>

Inheritance diagram for Eigen::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
template<typename Dest >
void evalTo (Dest &result) const
EIGEN_STRONG_INLINE const
_LhsNested
lhs () const
SparseSparseProduct pruned (Scalar reference=0, RealScalar epsilon=NumTraits< RealScalar >::dummy_precision()) 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)
template<typename Lhs , typename Rhs >
EIGEN_STRONG_INLINE SparseSparseProduct (const Lhs &lhs, const Rhs &rhs, RealScalar tolerance)

Protected Member Functions

void init ()

Protected Attributes

bool m_conservative
LhsNested m_lhs
RhsNested m_rhs
RealScalar m_tolerance

Private Types

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

Detailed Description

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

Definition at line 79 of file SparseProduct.h.


Member Typedef Documentation

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

Definition at line 89 of file SparseProduct.h.

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

Definition at line 90 of file SparseProduct.h.

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

Constructor & Destructor Documentation

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

Definition at line 95 of file SparseProduct.h.

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

Definition at line 102 of file SparseProduct.h.


Member Function Documentation

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

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

Definition at line 123 of file SparseProduct.h.

template<typename LhsNested, typename RhsNested>
template<typename Dest >
void Eigen::SparseSparseProduct< LhsNested, RhsNested >::evalTo ( Dest &  result) const [inline]
template<typename LhsNested, typename RhsNested>
void Eigen::SparseSparseProduct< LhsNested, RhsNested >::init ( ) [inline, protected]

Definition at line 129 of file SparseProduct.h.

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

Definition at line 125 of file SparseProduct.h.

template<typename LhsNested, typename RhsNested>
SparseSparseProduct Eigen::SparseSparseProduct< LhsNested, RhsNested >::pruned ( Scalar  reference = 0,
RealScalar  epsilon = NumTraits<RealScalar>::dummy_precision() 
) const [inline]

Definition at line 108 of file SparseProduct.h.

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

Definition at line 126 of file SparseProduct.h.

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

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

Definition at line 122 of file SparseProduct.h.


Member Data Documentation

template<typename LhsNested, typename RhsNested>
bool Eigen::SparseSparseProduct< LhsNested, RhsNested >::m_conservative [protected]

Definition at line 153 of file SparseProduct.h.

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

Definition at line 150 of file SparseProduct.h.

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

Definition at line 151 of file SparseProduct.h.

template<typename LhsNested, typename RhsNested>
RealScalar Eigen::SparseSparseProduct< LhsNested, RhsNested >::m_tolerance [protected]

Definition at line 152 of file SparseProduct.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:58