Public Member Functions | Protected Attributes

MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator Class Reference

#include <MappedSparseMatrix.h>

List of all members.

Public Member Functions

 InnerIterator (const MappedSparseMatrix &mat, Index outer)
template<unsigned int Added, unsigned int Removed>
 InnerIterator (const Flagged< MappedSparseMatrix, Added, Removed > &mat, Index outer)
InnerIteratoroperator++ ()
Scalar value () const
ScalarvalueRef ()
Index index () const
Index row () const
Index col () const
 operator bool () const

Protected Attributes

const MappedSparseMatrixm_matrix
const Index m_outer
Index m_id
const Index m_start
const Index m_end

template<typename _Scalar, int _Flags, typename _Index>
class MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator


Constructor & Destructor Documentation

template<typename _Scalar , int _Flags, typename _Index >
MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::InnerIterator ( const MappedSparseMatrix mat,
Index  outer 
) [inline]
template<typename _Scalar , int _Flags, typename _Index >
template<unsigned int Added, unsigned int Removed>
MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::InnerIterator ( const Flagged< MappedSparseMatrix, Added, Removed > &  mat,
Index  outer 
) [inline]

Member Function Documentation

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

Member Data Documentation

template<typename _Scalar , int _Flags, typename _Index >
const Index MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::m_end [protected]
template<typename _Scalar , int _Flags, typename _Index >
Index MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::m_id [protected]
template<typename _Scalar , int _Flags, typename _Index >
const MappedSparseMatrix& MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::m_matrix [protected]
template<typename _Scalar , int _Flags, typename _Index >
const Index MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::m_outer [protected]
template<typename _Scalar , int _Flags, typename _Index >
const Index MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::m_start [protected]

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