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 (const Scalar &reference=0, const 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, const 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 80 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 90 of file SparseProduct.h.

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

Definition at line 91 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 96 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,
const RealScalar tolerance 
) [inline]

Definition at line 103 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 125 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 131 of file SparseProduct.h.

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

Definition at line 127 of file SparseProduct.h.

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

Definition at line 109 of file SparseProduct.h.

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

Definition at line 128 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 124 of file SparseProduct.h.


Member Data Documentation

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

Definition at line 155 of file SparseProduct.h.

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

Definition at line 152 of file SparseProduct.h.

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

Definition at line 153 of file SparseProduct.h.

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

Definition at line 154 of file SparseProduct.h.


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


turtlebot_exploration_3d
Author(s): Bona , Shawn
autogenerated on Thu Jun 6 2019 21:00:57