Public Member Functions | Protected Attributes

SparseMatrix< _Scalar, _Options, _Index >::InnerIterator Class Reference

#include <SparseMatrix.h>

Inheritance diagram for SparseMatrix< _Scalar, _Options, _Index >::InnerIterator:
SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::InnerIterator

List of all members.

Public Member Functions

 InnerIterator (const SparseMatrix &mat, Index outer)
InnerIteratoroperator++ ()
const Scalarvalue () const
ScalarvalueRef ()
Index index () const
Index outer () const
Index row () const
Index col () const
 operator bool () const

Protected Attributes

const Scalarm_values
const Indexm_indices
const Index m_outer
Index m_id
const Index m_end

template<typename _Scalar, int _Options, typename _Index>
class SparseMatrix< _Scalar, _Options, _Index >::InnerIterator


Constructor & Destructor Documentation

template<typename _Scalar, int _Options, typename _Index>
SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::InnerIterator ( const SparseMatrix mat,
Index  outer 
) [inline]

Member Function Documentation

template<typename _Scalar, int _Options, typename _Index>
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::col (  )  const [inline]
template<typename _Scalar, int _Options, typename _Index>
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::index (  )  const [inline]
template<typename _Scalar, int _Options, typename _Index>
SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::operator bool (  )  const [inline]
template<typename _Scalar, int _Options, typename _Index>
InnerIterator& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::operator++ (  )  [inline]
template<typename _Scalar, int _Options, typename _Index>
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::outer (  )  const [inline]
template<typename _Scalar, int _Options, typename _Index>
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::row (  )  const [inline]
template<typename _Scalar, int _Options, typename _Index>
const Scalar& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::value (  )  const [inline]
template<typename _Scalar, int _Options, typename _Index>
Scalar& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::valueRef (  )  [inline]

Member Data Documentation

template<typename _Scalar, int _Options, typename _Index>
const Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_end [protected]
template<typename _Scalar, int _Options, typename _Index>
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_id [protected]
template<typename _Scalar, int _Options, typename _Index>
const Index* SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_indices [protected]
template<typename _Scalar, int _Options, typename _Index>
const Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_outer [protected]
template<typename _Scalar, int _Options, typename _Index>
const Scalar* SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_values [protected]

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