Public Member Functions | Protected Attributes
SparseMatrix< _Scalar, _Options, _Index >::InnerIterator Class Reference

#include <SparseMatrix.h>

Inheritance diagram for SparseMatrix< _Scalar, _Options, _Index >::InnerIterator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Protected Attributes

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

Detailed Description

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

Definition at line 624 of file SparseMatrix.h.


Constructor & Destructor Documentation

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

Definition at line 627 of file SparseMatrix.h.


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]

Definition at line 636 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::operator bool ( ) const [inline]

Definition at line 641 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
InnerIterator& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::operator++ ( ) [inline]

Definition at line 631 of file SparseMatrix.h.

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

Definition at line 637 of file SparseMatrix.h.

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]

Definition at line 633 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
Scalar& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::valueRef ( ) [inline]

Definition at line 634 of file SparseMatrix.h.


Member Data Documentation

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

Definition at line 648 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_id [protected]

Definition at line 647 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
const Index* SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_indices [protected]

Definition at line 645 of file SparseMatrix.h.

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]

Definition at line 644 of file SparseMatrix.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:25