Public Member Functions | Protected Attributes

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

#include <DynamicSparseMatrix.h>

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

List of all members.

Public Member Functions

 InnerIterator (const DynamicSparseMatrix &mat, Index outer)
Index row () const
Index col () const

Protected Attributes

const Index m_outer

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


Constructor & Destructor Documentation

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

Member Function Documentation

template<typename _Scalar, int _Options, typename _Index>
Index DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator::col (  )  const [inline]
template<typename _Scalar, int _Options, typename _Index>
Index DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator::row (  )  const [inline]

Member Data Documentation

template<typename _Scalar, int _Options, typename _Index>
const Index DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_outer [protected]

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