Public Member Functions | Protected Types | Protected Attributes | Private Member Functions | List of all members
Eigen::SparseCompressedBase< Derived >::InnerIterator Class Reference

#include <SparseCompressedBase.h>

Inheritance diagram for Eigen::SparseCompressedBase< Derived >::InnerIterator:
Inheritance graph
[legend]

Public Member Functions

Index col () const
 
StorageIndex index () const
 
 InnerIterator ()
 
 InnerIterator (const InnerIterator &other)
 
 InnerIterator (const SparseCompressedBase &mat, Index outer)
 
 InnerIterator (const SparseCompressedBase &mat)
 
 InnerIterator (const internal::CompressedStorage< Scalar, StorageIndex > &data)
 
 operator bool () const
 
InnerIteratoroperator++ ()
 
InnerIteratoroperator= (const InnerIterator &other)
 
Index outer () const
 
Index row () const
 
const Scalarvalue () const
 
ScalarvalueRef ()
 

Protected Types

typedef internal::variable_if_dynamic< Index, Derived::IsVectorAtCompileTime?0:DynamicOuterType
 

Protected Attributes

Index m_end
 
Index m_id
 
const StorageIndexm_indices
 
const OuterType m_outer
 
const Scalarm_values
 

Private Member Functions

template<typename T >
 InnerIterator (const SparseMatrixBase< T > &, Index outer)
 

Detailed Description

template<typename Derived>
class Eigen::SparseCompressedBase< Derived >::InnerIterator

Definition at line 136 of file SparseCompressedBase.h.

Member Typedef Documentation

template<typename Derived>
typedef internal::variable_if_dynamic<Index,Derived::IsVectorAtCompileTime?0:Dynamic> Eigen::SparseCompressedBase< Derived >::InnerIterator::OuterType
protected

Definition at line 202 of file SparseCompressedBase.h.

Constructor & Destructor Documentation

template<typename Derived>
Eigen::SparseCompressedBase< Derived >::InnerIterator::InnerIterator ( )
inline

Definition at line 139 of file SparseCompressedBase.h.

template<typename Derived>
Eigen::SparseCompressedBase< Derived >::InnerIterator::InnerIterator ( const InnerIterator other)
inline

Definition at line 143 of file SparseCompressedBase.h.

template<typename Derived>
Eigen::SparseCompressedBase< Derived >::InnerIterator::InnerIterator ( const SparseCompressedBase mat,
Index  outer 
)
inline

Definition at line 157 of file SparseCompressedBase.h.

template<typename Derived>
Eigen::SparseCompressedBase< Derived >::InnerIterator::InnerIterator ( const SparseCompressedBase mat)
inlineexplicit

Definition at line 175 of file SparseCompressedBase.h.

template<typename Derived>
Eigen::SparseCompressedBase< Derived >::InnerIterator::InnerIterator ( const internal::CompressedStorage< Scalar, StorageIndex > &  data)
inlineexplicit

Definition at line 181 of file SparseCompressedBase.h.

template<typename Derived>
template<typename T >
Eigen::SparseCompressedBase< Derived >::InnerIterator::InnerIterator ( const SparseMatrixBase< T > &  ,
Index  outer 
)
private

Member Function Documentation

template<typename Derived>
Index Eigen::SparseCompressedBase< Derived >::InnerIterator::col ( ) const
inline

Definition at line 195 of file SparseCompressedBase.h.

template<typename Derived>
StorageIndex Eigen::SparseCompressedBase< Derived >::InnerIterator::index ( ) const
inline

Definition at line 192 of file SparseCompressedBase.h.

template<typename Derived>
Eigen::SparseCompressedBase< Derived >::InnerIterator::operator bool ( ) const
inline

Definition at line 197 of file SparseCompressedBase.h.

template<typename Derived>
InnerIterator& Eigen::SparseCompressedBase< Derived >::InnerIterator::operator++ ( )
inline

Definition at line 187 of file SparseCompressedBase.h.

template<typename Derived>
InnerIterator& Eigen::SparseCompressedBase< Derived >::InnerIterator::operator= ( const InnerIterator other)
inline

Definition at line 147 of file SparseCompressedBase.h.

template<typename Derived>
Index Eigen::SparseCompressedBase< Derived >::InnerIterator::outer ( ) const
inline

Definition at line 193 of file SparseCompressedBase.h.

template<typename Derived>
Index Eigen::SparseCompressedBase< Derived >::InnerIterator::row ( ) const
inline

Definition at line 194 of file SparseCompressedBase.h.

template<typename Derived>
const Scalar& Eigen::SparseCompressedBase< Derived >::InnerIterator::value ( ) const
inline

Definition at line 189 of file SparseCompressedBase.h.

template<typename Derived>
Scalar& Eigen::SparseCompressedBase< Derived >::InnerIterator::valueRef ( )
inline

Definition at line 190 of file SparseCompressedBase.h.

Member Data Documentation

template<typename Derived>
Index Eigen::SparseCompressedBase< Derived >::InnerIterator::m_end
protected

Definition at line 205 of file SparseCompressedBase.h.

template<typename Derived>
Index Eigen::SparseCompressedBase< Derived >::InnerIterator::m_id
protected

Definition at line 204 of file SparseCompressedBase.h.

template<typename Derived>
const StorageIndex* Eigen::SparseCompressedBase< Derived >::InnerIterator::m_indices
protected

Definition at line 201 of file SparseCompressedBase.h.

template<typename Derived>
const OuterType Eigen::SparseCompressedBase< Derived >::InnerIterator::m_outer
protected

Definition at line 203 of file SparseCompressedBase.h.

template<typename Derived>
const Scalar* Eigen::SparseCompressedBase< Derived >::InnerIterator::m_values
protected

Definition at line 200 of file SparseCompressedBase.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:20