Public Member Functions | Protected Attributes | List of all members
Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator Class Reference

#include <SparseMatrix.h>

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

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

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 Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator

Definition at line 869 of file SparseMatrix.h.

Constructor & Destructor Documentation

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

Definition at line 872 of file SparseMatrix.h.

Member Function Documentation

template<typename _Scalar, int _Options, typename _Index>
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::col ( ) const
inline

Definition at line 889 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::index ( ) const
inline

Definition at line 886 of file SparseMatrix.h.

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

Definition at line 891 of file SparseMatrix.h.

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

Definition at line 881 of file SparseMatrix.h.

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

Definition at line 887 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::row ( ) const
inline

Definition at line 888 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
const Scalar& Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::value ( ) const
inline

Definition at line 883 of file SparseMatrix.h.

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

Definition at line 884 of file SparseMatrix.h.

Member Data Documentation

template<typename _Scalar, int _Options, typename _Index>
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_end
protected

Definition at line 898 of file SparseMatrix.h.

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

Definition at line 897 of file SparseMatrix.h.

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

Definition at line 895 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
const Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_outer
protected

Definition at line 896 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
const Scalar* Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_values
protected

Definition at line 894 of file SparseMatrix.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:11